We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe90ef7 commit 7203d89Copy full SHA for 7203d89
.github/workflows/jekyll.yml
@@ -40,6 +40,7 @@ jobs:
40
ruby-version: '3.1' # Not needed with a .ruby-version file
41
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
42
cache-version: 0 # Increment this number if you need to re-download cached gems
43
+ token: ${{ secrets.GH_TOKEN }}
44
- name: Setup Pages
45
id: pages
46
uses: actions/configure-pages@v5
@@ -55,7 +56,7 @@ jobs:
55
56
# Deployment job
57
deploy:
58
environment:
- name: github-pages
59
+ name: gh-pages
60
url: ${{ steps.deployment.outputs.page_url }}
61
runs-on: ubuntu-latest
62
needs: build
0 commit comments