Skip to content

Commit

Permalink
Temporarily enable release build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Apr 29, 2021
1 parent d44d382 commit fdccffb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
release:
# temporary for PR #2628
# if: ${{ startsWith(github.ref, 'refs/tags/v') }}
runs-on: ubuntu-20.04
steps:
Expand Down Expand Up @@ -55,7 +56,8 @@ jobs:
./scripts/update-docs.sh _build $tag
- name: '📘 Publish'
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }}
# temporary for PR #2628
# if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.WILLIAM_KING_TOKEN }}
Expand All @@ -64,7 +66,8 @@ jobs:
keep_files: true

bump_sh:
if: startsWith(github.ref, 'refs/tags/v')
# temporary for PR #2628
#if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-20.04
steps:
- name: '📥 Checkout repository'
Expand Down

0 comments on commit fdccffb

Please sign in to comment.