Issue #443: Add support for xdebug in lando with vscode (#444) #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Wiki | |
on: | |
push: | |
paths: | |
# Trigger only when wiki directory changes | |
- 'docs/**' | |
branches: [1.x-1.x] | |
concurrency: | |
group: publish-wiki | |
cancel-in-progress: true | |
permissions: | |
contents: write | |
jobs: | |
deploy-wiki: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: Andrew-Chen-Wang/github-wiki-action@v4 | |
with: | |
path: docs |