Skip to content

Commit

Permalink
Update sphinx.yml to set CNAME automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
michelgokan authored Jun 3, 2024
1 parent e6b58fe commit cbbdf40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
chmod +x docs/rebuild-docs.sh
./docs/rebuild-docs.sh # Runs your script to build the documentation
- name: Prepare CNAME
run: echo 'perfsim.com' > docs/_build/html/CNAME # Creates a CNAME file in the publish directory

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit cbbdf40

Please sign in to comment.