Skip to content

Commit

Permalink
deps(ci): use actions/upload-pages-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Jan 31, 2024
1 parent 2162564 commit e67706a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: 'docs'
path: docs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit e67706a

Please sign in to comment.