Revert "wip: fake run"

This reverts commit 83186c0403.
This commit is contained in:
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

View file

@ -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