Skip to content

Commit 657b864

Browse files
authored
Merge pull request #183 from openscript-ch/develop
chore: upload build artifacts
2 parents 5a04bac + 45e9f52 commit 657b864

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ jobs:
8181
env:
8282
CI: true
8383

84+
- name: Upload artifact
85+
uses: actions/upload-pages-artifact@v1
86+
if: steps.build-website.outcome == 'success' || steps.build-website-without-cache.outcome == 'success'
87+
with:
88+
path: ./public
89+
8490
deploy:
8591
environment:
8692
name: github-pages

0 commit comments

Comments
 (0)