Skip to content

Commit

Permalink
Put develop branch back and enable deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Jun 6, 2024
1 parent 94cb8bd commit 20ed49b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 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: [florianduros/fix/ci-docs]
branches: [develop]
workflow_dispatch: {}

permissions:
Expand Down Expand Up @@ -98,18 +98,18 @@ jobs:
- name: Build docs
run: mdbook build

# - name: Upload artifact
# uses: actions/upload-pages-artifact@v3
# 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
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
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

0 comments on commit 20ed49b

Please sign in to comment.