Skip to content

Commit

Permalink
hugo version upgrade & droplist script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLev committed Jun 9, 2024
1 parent 5c99e9b commit 5075916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'main'

env:
HUGO_VERSION: 0.125.3
HUGO_VERSION: 0.127.0
DASH_CONTAINER_REGISTRY_LOCATION: europe-west1
DASH_CONTAINER_REGISTRY: cr-webapps
DASH_CONTAINER_NAME: dashboard
Expand Down
2 changes: 1 addition & 1 deletion homepage/delete-droplist-content.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ directory="public"

# array of files to be deleted with default files
# deleting page 1 as the redirect is handled by Firebase Hosting
files_to_delete=("public/blog/page/1")
files_to_delete=("public/blog/page/1" "public/images/nav-256.png")

# Function to process a .droplist file
process_droplist() {
Expand Down

0 comments on commit 5075916

Please sign in to comment.