Revert "wip: fake run"

This reverts commit 83186c0403.
pull/27662/head
Florian Duros 2024-07-02 11:27:39 +02:00
parent 83186c0403
commit cdb65233b0
No known key found for this signature in database
GPG Key ID: A5BBB4041B493F15
1 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@ name: Deploy documentation
on: on:
push: push:
branches: [florianduros/ci/mdbooks] branches: [develop]
workflow_dispatch: {} workflow_dispatch: {}
permissions: permissions:
@ -103,13 +103,13 @@ jobs:
with: with:
path: ./book path: ./book
# deploy: deploy:
# environment: environment:
# name: github-pages name: github-pages
# url: ${{ steps.deployment.outputs.page_url }} url: ${{ steps.deployment.outputs.page_url }}
# runs-on: ubuntu-latest runs-on: ubuntu-latest
# needs: build needs: build
# steps: steps:
# - name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
# id: deployment id: deployment
# uses: actions/deploy-pages@v4 uses: actions/deploy-pages@v4