Skip to content

deploy: nosgestesclimat - 680ec28f2f05779a3b9b76bfd167e6364bf9d60f #562

deploy: nosgestesclimat - 680ec28f2f05779a3b9b76bfd167e6364bf9d60f

deploy: nosgestesclimat - 680ec28f2f05779a3b9b76bfd167e6364bf9d60f #562

Workflow file for this run

# Updates the repo Wiki from the './docs' folder.
#
name: Documentation
on:
push:
branches: master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
submodules: recursive
- name: Upload ./docs/ to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "docs"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}