Skip to content

Commit

Permalink
fix: errors when publishing site
Browse files Browse the repository at this point in the history
Signed-off-by: Roald Nefs <[email protected]>
  • Loading branch information
roaldnefs committed Aug 17, 2024
1 parent 914d1f8 commit 65b4140
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish
name: publish

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
baseURL: "https://bsidesgrunn.org/"
languageCode: en-us
title: BSides Groningen
theme: Default
theme: default
params:
slogan: BSides Groningen is an Information Security conference organized by the community for the community.
mastodon: "https://infosec.exchange/@bsidesgrunn"
4 changes: 3 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
#!/bin/bash

set -euxo pipefail

if [ "`git status -s`" ]
then
Expand Down

0 comments on commit 65b4140

Please sign in to comment.