Skip to content

Revert changes

Revert changes #59

Workflow file for this run

name: Build MkDocs
on:
workflow_dispatch:
workflow_run:
workflows: ["Publish new plugin version"]
types:
- completed
push:
branches:
- release
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.7.7"
channel: "stable"
- run: |
flutter --version
flutter pub get
flutter analyze --fatal-infos
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yaml
EXTRA_PACKAGES: build-base