From cea8d362b10769e277d148bb6c42cdbfeb2cbbaf Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Fri, 17 May 2024 16:59:39 -0700 Subject: [PATCH] Missing repo name in deploy --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 119fb46f..2083c794 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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.