Skip to content

Commit

Permalink
ci(docs): update deps for docs pages (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger authored Jan 8, 2024
1 parent 905306a commit 8cc06aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
actions: read
contents: read
pages: write
id-token: write
Expand Down Expand Up @@ -40,7 +41,7 @@ jobs:
- name: Build with eleventy
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./docs/_site

Expand All @@ -54,4 +55,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 8cc06aa

Please sign in to comment.