From cdb65233b0c27a08a123d0b7fe8878b8d4aea0dd Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Tue, 2 Jul 2024 11:27:39 +0200 Subject: [PATCH] Revert "wip: fake run" This reverts commit 83186c040371aa4e6d1db3823a6dae04773cf87d. --- .github/workflows/docs.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 82db41ae76..2aefb39a32 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,7 +2,7 @@ name: Deploy documentation on: push: - branches: [florianduros/ci/mdbooks] + branches: [develop] workflow_dispatch: {} permissions: @@ -103,13 +103,13 @@ jobs: with: path: ./book -# deploy: -# environment: -# name: github-pages -# url: ${{ steps.deployment.outputs.page_url }} -# runs-on: ubuntu-latest -# needs: build -# steps: -# - name: Deploy to GitHub Pages -# id: deployment -# uses: actions/deploy-pages@v4 + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4