Skip to content

Commit 4bebdca

Browse files
committed
Fix CI again
1 parent a8f7869 commit 4bebdca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: bundler exec jekyll build
3434

3535
- name: Upload GH Pages artifact
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-pages-artifact@v3
3737
with:
3838
path: docs/_site
3939
name: github-pages
@@ -46,9 +46,6 @@ jobs:
4646
url: ${{ steps.deployment.outputs.page_url }}
4747
runs-on: ubuntu-latest
4848
needs: build-docs
49-
permissions:
50-
pages: write
51-
id-token: write
5249
steps:
5350
- name: Deploy to GitHub Pages
5451
id: deployment

0 commit comments

Comments
 (0)