Skip to content

Commit

Permalink
add required CNAME file forthe DNS alias of the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
woutdenolf committed Jun 30, 2022
1 parent d9574a8 commit fc47299
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
wget https://github.com/nexusformat/code/raw/master/doc/api/NeXusIntern.pdf -O ./build/manual/source/_static/NeXusIntern.pdf
wget https://github.com/nexusformat/code/raw/master/applications/NXtranslate/docs/NXtranslate.pdf -O ./build/manual/source/_static/NXtranslate.pdf
- name: Add CNAME to set custom domain
run: |
echo manual.nexusformat.org > ./build/manual/build/html/CNAME
- name: Build (html) and Commit
uses: sphinx-notes/pages@master
with:
Expand Down

0 comments on commit fc47299

Please sign in to comment.