Compare commits

..

3 commits

Author SHA1 Message Date
9d63578f95 Merge remote-tracking branch 'origin/main' into dev
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 57s
2024-07-29 12:58:58 +02:00
9e14138c3b cleaned up commented code
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 53s
2024-07-29 12:54:54 +02:00
27ae5bcb32 exchanged env variable evaluation for making the build dependent on the pushed branch using"github.ref == "
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 52s
2024-07-29 12:51:59 +02:00

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: