Skip to content

B2: Change: fixed missing section tag & cleaned up structure (#387) #4

B2: Change: fixed missing section tag & cleaned up structure (#387)

B2: Change: fixed missing section tag & cleaned up structure (#387) #4

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