Skip to content

Commit 6b25b1b

Browse files
committed
2 parents ad33695 + dc4214d commit 6b25b1b

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

.github/workflows/blank.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
export CURRENT_BRANCH=$(basename ${{ github.ref }})
2323
export DEFAULT_BRANCH="master"
2424
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
2532
- name: Publish release
2633
run: |
2734
export REPOSITORY_NAME=$(basename ${{ github.repository }})

0 commit comments

Comments
 (0)