Skip to content

Commit

Permalink
Refactor GitHub Actions workflow to use "gh repo clone" instead of "g…
Browse files Browse the repository at this point in the history
…h clone"
  • Loading branch information
endersonmenezes committed Oct 1, 2024
1 parent 12893ea commit 4e69ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN_MKDOCS }}
run: |
# Git Clone with GH
gh clone squidfunk/mkdocs-material-insiders
gh repo clone squidfunk/mkdocs-material-insiders
# Install
sudo apt-get install -y libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
Expand Down

0 comments on commit 4e69ae0

Please sign in to comment.