Skip to content

Commit

Permalink
use theme tag 2023.1.1, little workflow updates, fixes #239
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleinen committed Jul 3, 2023
1 parent 611cbee commit 0b3cb2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: deploy production (https://showtime.f4.htw-berlin.de/)
on:
release:
types: [published]

# push:
# tags:
# - '2023.*'

jobs:
deploy:
Expand All @@ -24,7 +20,10 @@ jobs:
extended: true

- name: Build
run: hugo --minify -e production
run: |
hugo \
--environment production \
--minify
- name: Deploy
uses: appleboy/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hugo-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build hugo with various versions

on:
push:
branches: [ master ]
branches: [ main ]

jobs:
hugo:
Expand Down
2 changes: 1 addition & 1 deletion themes/showtime-theme-2021

0 comments on commit 0b3cb2f

Please sign in to comment.