Merge remote-tracking branch 'origin/main' into dev
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 57s

This commit is contained in:
Andreas Hnida 2024-07-29 12:58:58 +02:00
commit 9d63578f95

View file

@ -22,16 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
# - name: env-toml-file
# uses: SebRollen/toml-action@v1.2.0
# id: read_toml
# with:
# file: 'hugo.toml'
# field: 'params.environment'
# - name: Echo environment
# run: echo "Environment is ${{ steps.read_toml.outputs.value }}"
- name: Set up Go
uses: actions/setup-go@v5.0.0
with: