Skip to content

Commit

Permalink
Add install scripts to the github pages (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts authored Nov 15, 2023
1 parent de20b4a commit 4ccf6fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ on:
- main
paths:
- 'docs/**'
- 'install/**'
- '.github/workflows/docs.yml'
- 'mkdocs.yml'
- 'pixi.*'
workflow_dispatch:


Expand Down Expand Up @@ -45,9 +48,11 @@ jobs:

# This adds the following:
# - A .nojekyll file to disable Jekyll GitHub Pages builds.
# - Adds installation scripts to the pages webserver.
- name: Finalize documentation
run: |
touch site/.nojekyll
cp install/{install.sh,install.ps1} site
# https://github.com/actions/upload-pages-artifact#file-permissions
- run: chmod -c -R +rX site/
Expand Down

0 comments on commit 4ccf6fe

Please sign in to comment.