Skip to content

Commit

Permalink
chore: pin python version for gh-pagesg (argoproj#1407)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <alex_collins@intuit.com>
  • Loading branch information
alexec authored Nov 4, 2021
1 parent c249e51 commit dd9aac1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ on:

jobs:
deploy:
if: github.repository == 'argoproj/argo-events'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.x
python-version: 3.9
- name: Setup Golang
uses: actions/setup-go@v1
with:
Expand All @@ -26,4 +27,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
publish_dir: ./site

0 comments on commit dd9aac1

Please sign in to comment.