Skip to content

Commit 2b2e794

Browse files
committed
Upload index.html as artifact
1 parent 8d5371e commit 2b2e794

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/update.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ jobs:
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
branch: ${{ github.ref }}
30+
- uses: actions/upload-artifact@v4
31+
with:
32+
name: output
33+
path: |
34+
index.html
35+
style.css

0 commit comments

Comments
 (0)