From 5fd74b3fa38162b74a3870012f3370da097716cf Mon Sep 17 00:00:00 2001 From: av_jui Date: Sat, 15 Jun 2024 18:13:14 +0200 Subject: [PATCH] [FIX] Fix permission in github action --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 8aba295..dd8eb36 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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/checkout@1.0.0 - name: Build docs