diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 5959895..faa10da 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -32,5 +32,5 @@ jobs: with: deploy_key: ${{ secrets.DEPLOY_KEY }} external_repository: argoproj/argoproj.github.io - publish_branch: gh-pages + publish_branch: master publish_dir: ./public