Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Feb 20, 2024
1 parent 0a3f1c1 commit 4f0ffa6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-deploy-linkcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
with:
args: "bundle --options.disableGoogleFont=true content/api/openapi.yaml -o public/api/index.html"

- name: Push to deploy branch
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_branch: deploy
# - name: Push to deploy branch
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./public
# publish_branch: deploy

- name: checkout deploy
run: git checkout -f deploy
# - name: checkout deploy
# run: git checkout -f deploy

- name: rsync deployments
uses: burnett01/[email protected]
Expand Down

0 comments on commit 4f0ffa6

Please sign in to comment.