Skip to content

Commit 5404b58

Browse files
authored
Fix deploy folder per webxr-test-api (#49)
1 parent 50ef17f commit 5404b58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
1818
run: make
19+
- name: Prepare Deploy folder
20+
run: mkdir deploy && rsync -av --exclude=.git --exclude=.gitignore --exclude=deploy . deploy/
1921
- name: Deploy 🚀
2022
uses: JamesIves/github-pages-deploy-action@4.0.0
2123
with:

0 commit comments

Comments
 (0)