diff --git a/.github/workflows/publish-doc.yml b/.github/workflows/publish-doc.yml index 95797f7..25dfeb7 100644 --- a/.github/workflows/publish-doc.yml +++ b/.github/workflows/publish-doc.yml @@ -100,9 +100,9 @@ jobs: && ./public/generate_versions.sh && rm -f ./public/generate_versions.sh - - name: 'Update latest symlink and kill git' - shell: 'script -q -e -c "bash {0}"' - run: cd ./public/ && ln -sf ./${{ github.ref_name }} ./latest && rm -rf .git && ls -la + # - name: 'Update latest symlink and kill git' + # shell: 'script -q -e -c "bash {0}"' + # run: cd ./public/ && ln -sf ./${{ github.ref_name }} ./latest && rm -rf .git && ls -la - name: 'Deploy to gh-pages' uses: peaceiris/actions-gh-pages@v3