-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (31 loc) · 846 Bytes
/
ci.yml
File metadata and controls
35 lines (31 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: Run CI Task
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: arduino/setup-task@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Check out Site Repository 📄
uses: actions/checkout@v3
- name: Check out Model Repository 🗃️
uses: actions/checkout@v3
with:
repository: 'AKSW/leipzig.dataweek.de-model'
path: '.model'
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: Gr1N/setup-poetry@v8
- name: Run CI Tasks ⚙️
run: task ci
- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./ical/site
publish_branch: page-live # default: gh-pages