Skip to content

chore(ci): fix cargo msrv and print clippy output #902

chore(ci): fix cargo msrv and print clippy output

chore(ci): fix cargo msrv and print clippy output #902

Workflow file for this run

name: Publish to GitHub Wiki
on:
push:
branches: [master]
workflow_dispatch:
jobs:
wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish to wiki
uses: cmbrose/github-docs-to-wiki@v0.24
with:
githubToken: ${{ secrets.GH_PAT }}
rootDocsFolder: "wiki"