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 7bec814 + a5c7417 commit 551c3ebCopy full SHA for 551c3eb
.github/workflows/docs.yml
@@ -43,6 +43,10 @@ jobs:
43
cd RMG-Py
44
sed -i '/embedsignature/s/# //g' setup.py
45
make
46
+ - uses: actions/checkout@v2
47
+ with:
48
+ ref: gh-pages
49
+ path: build/html
50
- name: Make documentation - for testing
51
if: ${{ github.event_name != 'push' || github.repository != 'ReactionMechanismGenerator/RMG-Py' }}
52
run: |
@@ -58,8 +62,6 @@ jobs:
58
62
git config user.name github-actions
59
63
git config user.email [email protected]
60
64
cd documentation
61
- rm -rf build/html
- git clone --single-branch --branch gh-pages --origin official [email protected]:ReactionMechanismGenerator/RMG-Py.git build/html
65
make html
66
- name: Check documentation links
67
continue-on-error: true
0 commit comments