Skip to content

Commit

Permalink
feat(docs): test checking release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyOubouaziz committed Nov 27, 2024
1 parent 04e8254 commit 1f8046e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}
- name: Print latest release tag
run: echo"${{ github.event.release.tag_name }}"
- name: Verify release commit
run: |
echo "Checked out commit: $(git rev-parse HEAD)"
echo "Expected tag: ${{ github.event.release.tag_name }}"
- name: prepare temporary folder for build
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
cd docs
Expand Down

0 comments on commit 1f8046e

Please sign in to comment.