Skip to content

Commit 67485ea

Browse files
committed
[workflow] Fix action reference in publish-website
1 parent b3de1bb commit 67485ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
submodules: true
1616

1717
- name: Build website
18-
uses: .github/actions/web
18+
uses: ./.github/actions/web
1919

2020
- name: Publish to S3
2121
run: |

0 commit comments

Comments
 (0)