diff --git a/.gitea/workflows/build-and-deploy-pipeline.yaml b/.gitea/workflows/build-and-deploy-pipeline.yaml index 9e2b580..93458d8 100644 --- a/.gitea/workflows/build-and-deploy-pipeline.yaml +++ b/.gitea/workflows/build-and-deploy-pipeline.yaml @@ -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: