Skip to content

Removed several files from history and compressed a file to save some… #2

Removed several files from history and compressed a file to save some…

Removed several files from history and compressed a file to save some… #2

Workflow file for this run

name: "Docs/Push docs to Wiki"
on:
push:
branches:
- 'v3.x.x'
paths:
- 'docs/*.md'
- 'docs/**/*.md'
workflow_call:
workflow_dispatch:
jobs:
push_docs:
name: "Push docs to wiki"
runs-on: ubuntu-latest
steps:
- uses: OrlovM/Wiki-Action@v1
with:
path: 'docs'
token: ${{ secrets.GITHUB_TOKEN }}