Enable ASK deployment
This commit is contained in:
15
.github/workflows/deploy.yml
vendored
Normal file
15
.github/workflows/deploy.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
name: Deploy Quiz Data
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: qaml-deploy
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Validate pytania.txt
|
||||||
|
run: php tools/validate_qaml.php pytania.txt
|
||||||
|
- name: Deploy data
|
||||||
|
run: deploy-quiz-data ask
|
||||||
Reference in New Issue
Block a user