Skip to content

Commit

Permalink
CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko committed Mar 1, 2024
1 parent feac3e6 commit 839401d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run: |
./build-with-docker.sh
# install node 14
- uses: actions/setup-node@v2
with:
node-version: 16
Expand All @@ -43,6 +42,9 @@ jobs:
export RUN_PUBLISH=false
fi
- name: Copy CNAME
run: cp CNAME build/demo/CNAME

# deploy build/demo to gh-pages
- name: Publish demo to gh-pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
compiler.gameguild.gg

0 comments on commit 839401d

Please sign in to comment.