Skip to content

Commit

Permalink
Add CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni committed Jun 28, 2024
1 parent d695df4 commit 1619f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,8 @@ jobs:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ${{ matrix.asset_path }}
overwrite: true

# Create a release on new v* tags
release:
publish:
needs: test
name: "Publish website"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -332,6 +331,7 @@ jobs:
cp diagon*wasm diagon-Web;
cp index.html diagon-Web;
cp style.css diagon-Web;
echo "diagon.arthursonzogni.com" > diagon-Web/CNAME;
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 1619f4d

Please sign in to comment.