Skip to content

Commit

Permalink
Update version of github action deploy element
Browse files Browse the repository at this point in the history
  • Loading branch information
AbcSxyZ committed Jan 16, 2025
1 parent af7e351 commit 3cceabb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
uses: actions/configure-pages@v3

- name: Upload files to GitHub Pages
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: public

- name: Publish GitHub Pages
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

- name: Display GitHub Pages URL
run: |
Expand Down

0 comments on commit 3cceabb

Please sign in to comment.