From bedc569865c11ef57a4cbb33a03484beac854fb2 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 3 Jan 2023 02:11:00 +0100 Subject: [PATCH] checkout old release for vuepress-deploy --- .github/workflows/vuepress-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 8d4abd8..5745c57 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@master - name: vuepress-deploy - uses: jenkey2011/vuepress-deploy@master + uses: jenkey2011/vuepress-deploy@v1.8.1 env: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} TARGET_REPO: username/repo