You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
name: Do not modify index.md directly, add a file to _data/signed instead
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
paths:
|
|
- index.md
|
|
jobs:
|
|
deploy:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Throw error
|
|
run: echo "Do not modify index.md directly, add a file to _data/signed instead"; exit 1
|
|
|