1
0
forked from me/IronOS

Update docs.yml

This commit is contained in:
Ben V. Brown
2022-09-21 18:55:55 +10:00
parent b5f9ac058d
commit 3e40b7d45c

View File

@@ -10,10 +10,15 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
# This workflow contains a single job called "build"
build:
deploy-docs:
# The type of runner that the job will run on
runs-on: ubuntu-latest