Skip to content

Commit

Permalink
Merge pull request #3 from arXiv/develop
Browse files Browse the repository at this point in the history
Ok just add sudo
  • Loading branch information
mnazzaro authored Feb 19, 2024
2 parents e8d3433 + 43441cd commit bf4d825
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand All @@ -22,7 +26,7 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: apt-get install pngquant
- run: sudo apt-get install pngquant
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
- run: pip install mkdocs-macros-plugin
- run: mkdocs gh-deploy --force
Expand Down

0 comments on commit bf4d825

Please sign in to comment.