Skip to content

Commit

Permalink
Nouveau déploiement
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOlivierBrillant committed Apr 11, 2024
1 parent 47db298 commit fbc4ea8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
run: |
cp index.html 404.html
- name: Fix permissions
working-directory: angular/dist/depinfo
run: |
chmod -c -R +rX "./" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Téléverser l'artéfact
id: upload-artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fbc4ea8

Please sign in to comment.