Skip to content

Commit

Permalink
github action bug correction
Browse files Browse the repository at this point in the history
  • Loading branch information
lancard authored Feb 7, 2025
1 parent 4b10c2f commit e51e679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ jobs:
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: './pages'
path: pages/

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit e51e679

Please sign in to comment.