Skip to content

Commit

Permalink
Misc/add install scripts to docs (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts authored Nov 15, 2023
1 parent 4ccf6fe commit 4062459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Finalize documentation
run: |
touch site/.nojekyll
cp install/{install.sh,install.ps1} site
mkdir site/get && cp install/{install.sh,install.ps1} site/get
# https://github.com/actions/upload-pages-artifact#file-permissions
- run: chmod -c -R +rX site/
Expand Down

0 comments on commit 4062459

Please sign in to comment.