Skip to content

Commit

Permalink
set cname in action
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds authored Mar 15, 2024
1 parent f738672 commit b5e6ccf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/buildbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,9 @@ jobs:
with:
name: html
path: html
- name: set CNAME
run: |
printf "howto.eurec4a.eu" > _build/html/CNAME
- name: Publish book on github pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: html
cname: howto.eurec4a.eu

0 comments on commit b5e6ccf

Please sign in to comment.