Ajout du fichier de synchro pour bookstack #294
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: nikeee/docfx-action@v0.1.0 | |
name: Compilation DocFX | |
with: | |
args: docfx.json | |
- uses: maxheld83/ghpages@master | |
name: Publication sur la branche gh-pages | |
env: | |
BUILD_DIR: _site # docfx's default output directory is _site | |
GH_PAT: ${{ secrets.GH_PAT }} # See https://github.com/maxheld83/ghpages |