mirror of
https://github.com/FlagOpen/FlagEmbedding.git
synced 2026-01-09 05:39:54 +00:00
Update documentation.yml
This commit is contained in:
parent
ff3c36a666
commit
b1e639834c
3
.github/workflows/documentation.yml
vendored
3
.github/workflows/documentation.yml
vendored
@ -17,6 +17,9 @@ jobs:
|
||||
- name: Sphinx build
|
||||
run: |
|
||||
sphinx-build docs/source docs/build
|
||||
- name: Add CNAME
|
||||
run: |
|
||||
echo bge-model.com > docs/build/CNAME
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user