Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ELepolt committed Nov 19, 2023
1 parent 5703990 commit c70af46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
node-version: '20.x'
- run: npm i -g @redocly/cli@latest
- run: redocly build-docs swagger/nhl.json --output=docs/index.html
- name: Fix permissions
run: |
chmod -c -R +rX "_site/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload GitHub Pages artifact
uses: actions/[email protected]

Expand Down

0 comments on commit c70af46

Please sign in to comment.