Test to verify that the base tile isn't drawn when its fully covered #230
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: Publish project website | |
on: | |
push: | |
branches: [ trunk ] | |
jobs: | |
deploy-website: | |
name: Deploy mkdocs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the repo | |
with: | |
lfs: true | |
uses: actions/checkout@v3 | |
- name: Deploy docs | |
uses: mhausenblas/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
CONFIG_FILE: mkdocs.yml | |
REQUIREMENTS: .github/workflows/mkdocs_requirements.txt | |
EXTRA_PACKAGES: git-lfs |