Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h0lybyte committed Nov 26, 2022
1 parent 7863426 commit ae2ac1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ jobs:
FILE_NAME: "build/WebGL/CNAME"
FILE_DATA: "2dunity.kbve.com"


- name: Create nojekyll
uses: finnp/create-file-action@master
env:
FILE_NAME: "build/WebGL/.nojekyll"
FILE_DATA: ""

- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit ae2ac1a

Please sign in to comment.