sitoctt/.github/workflows/main.yml

21 lines
427 B
YAML
Raw Normal View History

2024-08-28 18:27:30 +02:00
name: Build and Deploy
2022-08-29 15:41:44 +02:00
on:
push:
2024-08-28 18:27:30 +02:00
branches: [ "sitoctt-next" ]
2022-08-29 15:41:44 +02:00
pull_request:
2024-08-28 18:27:30 +02:00
branches: [ "sitoctt-next" ]
2022-08-29 15:41:44 +02:00
jobs:
page_build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |
export sitocttEnv=GitHub
sh ./Scripts/Deploy.sh
2022-08-29 15:41:44 +02:00
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
2024-08-31 01:06:16 +02:00
folder: dist