Skip to content

Commit aa65d58

Browse files
authored
fix(ci): static asset deployment (#123)
* fix workflow * ci * ci * ci * rm whitespace
1 parent 6a3d32c commit aa65d58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/static.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
# Runs on pushes targeting the default branch
66
push:
77
branches: ["main"]
8-
98
# Allows you to run this workflow manually from the Actions tab
109
workflow_dispatch:
1110

@@ -30,7 +29,7 @@ jobs:
3029
runs-on: ubuntu-latest
3130
steps:
3231
- name: Checkout
33-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3433
- name: Setup Pages
3534
uses: actions/configure-pages@v3
3635
- name: Upload artifact

0 commit comments

Comments
 (0)