Skip to content

Commit

Permalink
add _site
Browse files Browse the repository at this point in the history
dskvr committed Jan 28, 2024
1 parent bc1a0c3 commit f5c2cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: Build & Deploy Demo
on:
workflow_dispatch:
workflow_run:
workflows: ["Publish"]

branches: [main]
types:
- completed
@@ -35,7 +35,7 @@ jobs:
run: |
tar \
--dereference --hard-dereference \
--directory "dist" \
--directory "_site/dist" \
-cvf "$RUNNER_TEMP/artifact.tar" \
.
env:

0 comments on commit f5c2cdd

Please sign in to comment.