Skip to content

Commit

Permalink
ci(gh-actions): bump actions/deploy-pages 4 and actions/upload-pages-…
Browse files Browse the repository at this point in the history
…artifact to 3
  • Loading branch information
CostasAK committed Jul 25, 2024
1 parent 60332a3 commit 7032817
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
deployments: write
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
actions: read
# Deploy to the github-pages environment
environment:
name: github-pages
Expand All @@ -35,9 +36,9 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: dist
- name: Publish (Github Pages)
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
id: deployment

0 comments on commit 7032817

Please sign in to comment.