Skip to content

Commit cdb401b

Browse files
committed
Fix : doxygen clone command for PR deploy
1 parent 45eaeea commit cdb401b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Install Doxygen
3333
run: |
34-
wget https://github.com/doxygen/doxygen/releases/download/Release_${{ env.DOXYGEN_VERSION // ./_ }}/doxygen-${{ env.DOXYGEN_VERSION }}.linux.bin.tar.gz
34+
wget https://github.com/doxygen/doxygen/releases/download/Release_${DOXYGEN_VERSION//./_}/doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz
3535
tar xzvf doxygen-${{ env.DOXYGEN_VERSION }}.linux.bin.tar.gz
3636
cd doxygen-${{ env.DOXYGEN_VERSION }}
3737
sudo make install
@@ -88,4 +88,4 @@ jobs:
8888
uses: marocchino/sticky-pull-request-comment@v2
8989
with:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91-
message: "A preview of this PR is available at: [Preview Link](${{env.BASE_URL}})"
91+
message: "A preview of this PR is available at: [Preview Link](${env.BASE_URL})"

0 commit comments

Comments
 (0)