Compare commits

..

No commits in common. "9d63578f9576b6394939f8767573f59082333916" and "873b3a66d70170edd13d067bcd7de4929c1fdcb5" have entirely different histories.

View file

@ -22,6 +22,16 @@ 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: