Skip to content

Commit

Permalink
♻️ update upload pages artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiishme committed Aug 31, 2023
1 parent b70f0a8 commit fba1ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Grant permissions
run: |
chmod -c -R +rX "docs/out/" | while read line; do
chmod -c -R +rX docs/out | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
Expand Down

0 comments on commit fba1ef1

Please sign in to comment.