Skip to content

Commit

Permalink
Attempt to work around Github actions failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Sep 28, 2024
1 parent 869026f commit fd85553
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
- name: Deploy main to gh-pages
if: ${{ matrix.os == 'ubuntu-20.04' && env.HAVE_ACCESS_TOKEN == 'true' && env.CI_BRANCH == 'main' }}
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
folder: build/website
token: ${{ secrets.ACCESS_TOKEN }}
Expand All @@ -194,7 +194,7 @@ jobs:

- name: Deploy tagged release to CDN as ${{ env.CI_TAG }}
if: ${{ matrix.os == 'ubuntu-20.04' && env.HAVE_ACCESS_TOKEN == 'true' && env.CI_BRANCH == 'main' && env.CI_TAG != '' }}
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
folder: build/release
token: ${{ secrets.ACCESS_TOKEN }}
Expand All @@ -204,7 +204,7 @@ jobs:

- name: Deploy tagged release to CDN as current
if: ${{ matrix.os == 'ubuntu-20.04' && env.HAVE_ACCESS_TOKEN == 'true' && env.CI_BRANCH == 'main' && env.CI_TAG != '' }}
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
folder: build/release
token: ${{ secrets.ACCESS_TOKEN }}
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
run: bin/git-index-html

- name: Deploy the indexes back to the CDN
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v4.6.4
if: ${{ matrix.os == 'ubuntu-20.04' && env.HAVE_ACCESS_TOKEN == 'true' && env.CI_BRANCH == 'main' && env.CI_TAG != '' }}
with:
folder: .
Expand Down

0 comments on commit fd85553

Please sign in to comment.