Skip to content

Commit

Permalink
fix: publish workflow (#147)
Browse files Browse the repository at this point in the history
* temporary additional deploy branch

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>

* use deploy key

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>

* remove temp branch trigger

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>

* push to master

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>

---------

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
crenshaw-dev authored Jun 4, 2024
1 parent ae3ee6f commit c2620e7
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
yarn build
- name: deploy
if: ${{ github.event_name == 'push' }}
uses: peaceiris/actions-gh-pages@v2.5.0
env:
PERSONAL_TOKEN: ${{ secrets.TOKEN }}
EXTERNAL_REPOSITORY: argoproj/argoproj.github.io
PUBLISH_BRANCH: master
PUBLISH_DIR: ./public
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
with:
deploy_key: ${{ secrets.DEPLOY_KEY }}
external_repository: argoproj/argoproj.github.io
publish_branch: master
publish_dir: ./public
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/argo-site.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2620e7

Please sign in to comment.