Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/huizebruin/s0tool
Browse files Browse the repository at this point in the history
  • Loading branch information
huizebruin committed Dec 21, 2023
2 parents a73f823 + 1ff1d1b commit 8221a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
cp -R static/* output/
cp -R firmwares/*/* output/
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v2.0.0
uses: actions/upload-pages-artifact@v3.0.0
with:
path: output

Expand All @@ -107,4 +107,4 @@ jobs:
uses: actions/configure-pages@v4
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3.0.1
uses: actions/deploy-pages@v4.0.0

0 comments on commit 8221a32

Please sign in to comment.