Skip to content

Commit 1394f10

Browse files
authored
Fix deploy action failing
1 parent debd789 commit 1394f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: vuepress-deploy
14-
uses: jenkey2011/vuepress-deploy@master
14+
uses: rdenarie/vuepress-deploy@master
1515
env:
1616
ACCESS_TOKEN: ${{ secrets.PAGES_TOKEN }}
1717
TARGET_REPO: topllab/WARDuino

0 commit comments

Comments
 (0)