Skip to content

Commit

Permalink
Update build and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Mar 26, 2024
1 parent 5e69c1c commit 797f5a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Dependencies
run: |
Expand All @@ -29,8 +29,8 @@ jobs:
if: github.event_name == 'push' && github.repository == 'AMReX-Fluids/IAMR' && github.ref == 'refs/heads/development'
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: Docs/sphinx_documentation/build/html # The folder the action should deploy.
TARGET_FOLDER: docs_html # The folder the action should deploy to.
CLEAN: false # Do not remove existing files from the deploy target.
ssh-key: ${{ secrets.DEPLOY_KEY }}
branch: gh-pages # The branch the action should deploy to.
folder: Docs/sphinx_documentation/build/html # The folder the action should deploy.
target_folder: docs_html # The folder the action should deploy to.
clean: false # Do not remove existing files from the deploy target.

0 comments on commit 797f5a4

Please sign in to comment.