Skip to content

feat(sose24-b3): add abstract #2

feat(sose24-b3): add abstract

feat(sose24-b3): add abstract #2

Workflow file for this run

name: st tryout
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
deploy:
if: github.repository == 'htw-imi-showtime/showtime-website'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Hugo setup
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.115.1'
extended: true
- name: Build
run: |
hugo \
--environment staging \
--baseURL "https://htw-imi-showtime.github.io/tryout/" \
--buildDrafts
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.TRYOUT_DEPLOY_KEY }}
external_repository: htw-imi-showtime/tryout
publish_branch: main