Skip to content

Commit

Permalink
wip: fake run
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Jul 2, 2024
1 parent 8776371 commit 83186c0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy documentation

on:
push:
branches: [develop]
branches: [florianduros/ci/mdbooks]
workflow_dispatch: {}

permissions:
Expand Down Expand Up @@ -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

0 comments on commit 83186c0

Please sign in to comment.