We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a3eb4 commit 921fc74Copy full SHA for 921fc74
1 file changed
.github/workflows/build-asciidoc.yml
@@ -50,15 +50,11 @@ jobs:
50
echo "Building branch ${{ env.GIT_BRANCH }}"
51
build/scripts/build-ccutil.sh -b ${{ env.GIT_BRANCH }}
52
53
- # repo must be public for this to work
54
- - name: Deploy
55
- uses: peaceiris/actions-gh-pages@v4
56
- # if: github.ref == 'refs/heads/main'
57
- with:
58
- github_token: ${{ secrets.RHDH_BOT_TOKEN }}
59
- publish_branch: gh-pages
60
- keep_files: true
61
- publish_dir: ./titles-generated
+ - name: Deploy to gh-pages
+ env:
+ GITHUB_TOKEN: ${{ secrets.RHDH_BOT_TOKEN }}
+ GITHUB_REPOSITORY: ${{ github.repository }}
+ run: bash build/scripts/deploy-gh-pages.sh ./titles-generated --message "Deploy ${{ env.GIT_BRANCH }}"
62
63
- name: Cleanup merged PR branches
64
run: |
0 commit comments