We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d1ef6 commit 04e8254Copy full SHA for 04e8254
.github/workflows/deploy-docs.yml
@@ -19,6 +19,8 @@ jobs:
19
uses: actions/checkout@v4
20
with:
21
ref: ${{ github.event.release.tag_name }}
22
+ - name: Print latest release tag
23
+ run: echo"${{ github.event.release.tag_name }}"
24
- name: prepare temporary folder for build
25
run: | # Creates a temporary "docs" folder within the existing "docs" folder because the mkdocs.yml must be in the parent folder of the markdown pages
26
cd docs
0 commit comments