Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Jenkins committed Mar 23, 2024
1 parent 855fdd8 commit 036f834
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ jobs:
node-version: "20.x"
- run: npm ci
- run: npm run build
# - name: Fix permissions
# run: |
# chmod -c -R +rX "build/" | while read line; do
# echo "::warning title=Invalid file permissions automatically fixed::$line"
# done
- name: Archive production artifacts
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 036f834

Please sign in to comment.