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 a5c4f8d commit 1008a54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
chmod -c -R +rX "_site/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
tar -czvf archive.tar.gz _site
- uses: actions/upload-artifact@v2
with:
path: _site/
path: archive.tar.gz

deploy:
needs: build
Expand Down

0 comments on commit 1008a54

Please sign in to comment.