Skip to content

Commit

Permalink
test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBurke committed Nov 6, 2024
1 parent b30717e commit 6616ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Copy Built Files
run: |
mkdir -p demo_files
if [ -d "~sites" ]; then cp -R ~sites/* demo_files/; fi
if [ -d "dist" ]; then cp -R dist/* demo_files/; fi
if [ -d "./~sites" ]; then cp -R ./~sites/* demo_files/; fi
if [ -d "./dist" ]; then cp -R ./dist/* demo_files/; fi
# Step 5: Deploy to gh-pages branch, including submodule update
- name: Deploy Demo
Expand Down

0 comments on commit 6616ebc

Please sign in to comment.