Skip to content

Commit

Permalink
Missing repo name in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed May 17, 2024
1 parent 37f0fd8 commit cea8d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
ssh-key: ${{ secrets.DEPLOY_KEY }}
repository-name: AMReX-Codes/AMReX-Codes.github.io
branch: main # The branch the action should deploy to.
folder: Docs/build/html # The folder the action should deploy.
target_folder: amrex/tutorials_html # The folder the action should deploy to.
Expand Down

0 comments on commit cea8d36

Please sign in to comment.