Skip to content

Commit

Permalink
Merge pull request #112 from eurec4a/update_deploy_action
Browse files Browse the repository at this point in the history
set cname in action
  • Loading branch information
observingClouds authored Mar 15, 2024
2 parents f738672 + b5e6ccf commit f08e574
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 f08e574

Please sign in to comment.