Skip to content

Commit

Permalink
adf
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildingAtom committed Feb 13, 2024
1 parent c138b77 commit 02bf6dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02bf6dd

Please sign in to comment.