Skip to content

Merge pull request #10 from denog/editorconfig #19

Merge pull request #10 from denog/editorconfig

Merge pull request #10 from denog/editorconfig #19

Workflow file for this run

on:
push:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs build
- name: Upload artifact
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: site
clean-exclude: pr-preview/