Skip to content

Instantly share code, notes, and snippets.

View luan122's full-sized avatar

Luan da Silva Santos luan122

  • Brazil, SP
  • 06:14 (UTC -03:00)
View GitHub Profile
@luan122
luan122 / mkdocs_azure_wiki_sync.yml
Created September 13, 2025 00:52 — forked from legendof-selda/mkdocs_azure_wiki_sync.yml
GitHub action which syncs mkdocs to azure devops wiki.
name: Publish docs via GitHub Pages
# syncs your mkdocs markdown files with azure devops wiki.
# NOTE: this doesn't work with automated markdown files which maybe generated in your case
# this also doesn't deal with ordering
on:
push:
branches:
- develop
workflow_dispatch: