Skip to content

Commit

Permalink
Test7 [build_translations] [build_pdf]
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Sep 22, 2024
1 parent 82936b1 commit 7eaf569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
echo -e "Host *\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
echo -e "Host *\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
touch ./build/html/.nojekyll
touch ./build/html/.nojekyll
# get the short commit tag
sha=$(git rev-parse --short ${{ github.sha }})
Expand Down

0 comments on commit 7eaf569

Please sign in to comment.