Skip to content

Commit

Permalink
MAIN create a CNAME file to be pushed at each merge
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jun 26, 2024
1 parent 8ac5183 commit 02669c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-publish-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
run: make install-ci

- name: Build website
run: make html
run: |
make html
echo "euroscipy.org" > ./output/CNAME
- name: Update the main gh-page website
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
Expand Down

0 comments on commit 02669c5

Please sign in to comment.