Skip to content

Commit

Permalink
chore: update upload/deploy pages artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova committed Dec 12, 2024
1 parent e9d4485 commit 472c25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
uses: actions/configure-pages@v2

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 472c25a

Please sign in to comment.