Skip to content

Commit

Permalink
latest deploy strat
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascrha committed Sep 15, 2023
1 parent ee824ab commit ba83a8b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ jobs:
run: |
make convert
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
- name: Fix permissions
run: |
chmod -c -R +rX "./html/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Create Page Artifact
uses: actions/upload-artifact@v2
with:
path: ./html/

Expand Down

0 comments on commit ba83a8b

Please sign in to comment.