Skip to content

Instantly share code, notes, and snippets.

View luan122's full-sized avatar

Luan da Silva Santos luan122

  • Brazil, SP
  • 18:50 (UTC -03:00)
View GitHub Profile
@legendof-selda
legendof-selda / mkdocs_azure_wiki_sync.yml
Last active October 10, 2025 11:13
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: