diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e6a476..9504880 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: name: site path: main/DocFX/_site # - name: Deploy - # uses: JamesIves/github-pages-deploy-action@v4.4.0 + # uses: JamesIves/github-pages-deploy-action@v4.4.3 # with: # branch: gh-pages # folder: site @@ -102,7 +102,7 @@ jobs: name: site path: site - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.4.0 # github-pages-deploy-action currently only runs on Linux. + uses: JamesIves/github-pages-deploy-action@v4.4.3 # github-pages-deploy-action currently only runs on Linux. with: branch: gh-pages folder: site