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.
2 parents ad33695 + dc4214d commit 6b25b1bCopy full SHA for 6b25b1b
.github/workflows/blank.yml
.github/workflows/main.yml
@@ -22,6 +22,13 @@ jobs:
22
export CURRENT_BRANCH=$(basename ${{ github.ref }})
23
export DEFAULT_BRANCH="master"
24
bash ./generate-pdf.sh
25
+ - name: Publish documentation to gh-pages branch
26
+ run: |
27
+ export REPOSITORY_NAME=$(basename ${{ github.repository }})
28
+ export CURRENT_BRANCH=$(basename ${{ github.ref }})
29
+ export DEFAULT_BRANCH="master"
30
+ export TOKEN="${{ secrets.TOKEN }}"
31
+ bash ./publish-docs.sh
32
- name: Publish release
33
run: |
34
export REPOSITORY_NAME=$(basename ${{ github.repository }})
0 commit comments