Skip to content

Commit

Permalink
ci: Switch to use “with” in gh-pages.yaml (#11347)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
  • Loading branch information
terrytangyuan authored Jul 13, 2023
1 parent a0b3c13 commit a1fc404
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if-no-files-found: error
- uses: peaceiris/actions-gh-pages@v3
if: github.repository == 'argoproj/argo-workflows' && github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./site
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./site

0 comments on commit a1fc404

Please sign in to comment.