Skip to content

Commit

Permalink
Merge pull request #113 from marquiz/devel/github-actions
Browse files Browse the repository at this point in the history
github/workflows: ditch softprops/turnstyle action
  • Loading branch information
kad authored Sep 19, 2023
2 parents 3e09cc0 + a4d3b16 commit 42c41b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,15 @@ on:
tags:
- v*

concurrency:
group: gh-pages

jobs:
update-gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- name: Turnstyle
uses: softprops/turnstyle@v1
with:
abort-after-seconds: 600
same-branch-only: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Fetch gh-pages
run: git fetch --no-tags --prune --depth=1 origin refs/heads/gh-pages:refs/heads/gh-pages

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- published

concurrency:
group: ${{ github.workflow }}
group: gh-pages
cancel-in-progress: false

jobs:
Expand All @@ -32,4 +32,4 @@ jobs:
git push https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
shell: bash

0 comments on commit 42c41b2

Please sign in to comment.