Skip to content

Commit

Permalink
Update Build and Deploy action
Browse files Browse the repository at this point in the history
Make some changes because a new version of
JamesIves/github-pages-deploy-action is used now.
  • Loading branch information
WeiqunZhang committed Jan 20, 2024
1 parent 6f1c74f commit badd96d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ jobs:
if: github.event_name == 'push' && github.repository == 'AMReX-Codes/amrex' && github.ref == 'refs/heads/development'
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACCESS_TOKEN: ${{ secrets.DEPLOY_DOCS }}
REPOSITORY_NAME: AMReX-Codes/AMReX-Codes.github.io
BRANCH: main # The branch the action should deploy to.
FOLDER: build # The folder the action should deploy.
TARGET_FOLDER: amrex # The folder the action should deploy to.
CLEAN: false # Do not remove existing files from the deploy target.
ssh-key: ${{ secrets.AMREX_BUILD_DOCS }}
repository-name: AMReX-Codes/AMReX-Codes.github.io
branch: main # The branch the action should deploy to.
folder: build # The folder the action should deploy.
target-folder: amrex # The folder the action should deploy to.
clean: false # Do not remove existing files from the deploy target.

0 comments on commit badd96d

Please sign in to comment.