From: Thibault Godouet Date: Wed, 30 Aug 2023 14:38:15 +0000 (+0100) Subject: Add missing permission to publish doc. X-Git-Tag: ver3_3_2~12^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79859041a68b6b69e0b5ef0b5effff65f183ad7f;p=thirdparty%2Ffcron.git Add missing permission to publish doc. Also merged the build and publish doc into one job. --- diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index f83bab2..23e0fa1 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -6,8 +6,11 @@ on: pull_request: branches: [ "master" ] +permissions: + id-token: write + jobs: - build_doc: + build_and_publish_doc: runs-on: ubuntu-latest @@ -36,11 +39,6 @@ jobs: # Duration after which artifact will expire in days. retention-days: 7 # optional, default is 1 - deploy_doc: - - runs-on: ubuntu-latest - - steps: - name: Deploy GitHub Pages site uses: actions/deploy-pages@v1.2.9 #with: