Skip to content

Commit ac09aa2

Browse files
authored
Update static.yml
try to force the action download
1 parent 90c0dda commit ac09aa2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/static.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,15 @@ jobs:
2828
url: ${{ steps.deployment.outputs.page_url }}
2929
runs-on: ubuntu-latest
3030
steps:
31+
3132
- name: Checkout
3233
uses: actions/checkout@v3
34+
35+
- name: Force action download
36+
uses: actions/[email protected]
37+
with:
38+
name: dummy
39+
path: README.md
3340
- name: Setup Pages
3441
uses: actions/configure-pages@v3
3542
- name: Upload artifact

0 commit comments

Comments
 (0)