Skip to content

Commit

Permalink
[FIX] Fix permission in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
avjui committed Jun 15, 2024
1 parent 540c5fc commit 5fd74b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Requirements
run: apt-get install -y build-essential make gcc g++ cmake doxygen git tree python3 python3-sphinx-rtd-theme python3-breathe python3-sphinx-sitemap
run: sudo apt-get install -y build-essential make gcc g++ cmake doxygen git tree python3 python3-sphinx-rtd-theme python3-breathe python3-sphinx-sitemap
- name: Checkout repo
uses: actions/[email protected]
- name: Build docs
Expand Down

0 comments on commit 5fd74b3

Please sign in to comment.