Skip to content

Commit

Permalink
fix: changed upload-pages-artifact to use v3
Browse files Browse the repository at this point in the history
  • Loading branch information
JAHMCRIBM committed Jul 29, 2024
1 parent 6d23766 commit 985e507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ jobs:
npm run docs
- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: dist/docs
Deploy:
runs-on: ubuntu-latest
needs: Documentation
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 985e507

Please sign in to comment.