Skip to content

Commit 7203d89

Browse files
Update jekyll.yml
1 parent fe90ef7 commit 7203d89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
ruby-version: '3.1' # Not needed with a .ruby-version file
4141
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4242
cache-version: 0 # Increment this number if you need to re-download cached gems
43+
token: ${{ secrets.GH_TOKEN }}
4344
- name: Setup Pages
4445
id: pages
4546
uses: actions/configure-pages@v5
@@ -55,7 +56,7 @@ jobs:
5556
# Deployment job
5657
deploy:
5758
environment:
58-
name: github-pages
59+
name: gh-pages
5960
url: ${{ steps.deployment.outputs.page_url }}
6061
runs-on: ubuntu-latest
6162
needs: build

0 commit comments

Comments
 (0)