Skip to content

Commit

Permalink
Refactor GitHub Actions workflow to use latest version of actions/che…
Browse files Browse the repository at this point in the history
…ckout and actions/setup-python
  • Loading branch information
endersonmenezes committed Oct 1, 2024
1 parent 44dbfa4 commit 12893ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN_MKDOCS }}
run: |
# Git Config SSH -> HTTPS
git config --global url."https://".insteadOf git://
# Git Clone with GH
gh clone squidfunk/mkdocs-material-insiders
# Install
sudo apt-get install -y libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
python3 -m pip install -U pip
python3 -m pip install -r requirements.txt
python3 -m pip install git+ssh://[email protected]/squidfunk/mkdocs-material-insiders.git
python3 -m pip install -e mkdocs-material-insiders
- name: Deploy mkdocs 🚀
run: python3 -m mkdocs gh-deploy --force --remote-branch ${{ steps.branch_check.outputs.env_name }}
Expand Down

0 comments on commit 12893ea

Please sign in to comment.