We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352ef53 commit c6ca03fCopy full SHA for c6ca03f
1 file changed
.github/workflows/doc-pub.yml
@@ -38,6 +38,7 @@ jobs:
38
- name: Deploy release version using mike
39
if: startsWith(github.ref, 'refs/tags/v')
40
run: |
41
+ git fetch origin gh-pages --depth=1
42
version=${GITHUB_REF##*/}
43
echo "Deploying release version $version"
44
mike deploy "$version" latest --update-aliases --push
0 commit comments