Merge pull request #479 from flaw/endeavour-efi-mount #587
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: Lint and Publish to wiki.t2linux.org | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: xt0rted/markdownlint-problem-matcher@v1 | |
- name: "Run Markdown linter" | |
uses: docker://avtodev/markdown-lint:v1 | |
with: | |
args: docs/**/*.md | |
deploy: | |
name: Deploy docs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout master | |
uses: actions/checkout@v1 | |
- name: Deploy docs | |
uses: mhausenblas/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
CUSTOM_DOMAIN: wiki.t2linux.org | |
EXTRA_PACKAGES: build-base |