Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjobeki authored Oct 31, 2023
1 parent 1008a54 commit d62fc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
tar -czvf archive.tar.gz _site
- uses: actions/upload-artifact@v2
- uses: actions/upload-pages-artifact@v2
with:
path: archive.tar.gz

Expand Down

0 comments on commit d62fc1e

Please sign in to comment.