diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f081c83..966d405 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,6 +17,9 @@ jobs: - name: Checkout master uses: actions/checkout@v4 + - name: Write the commit hash into the config + run: echo "commit = \"$(git rev-parse HEAD | cut -c1-7)\"" >> config.toml + - name: Build only uses: shalzz/zola-deploy-action@v0.18.0 env: @@ -46,6 +49,9 @@ jobs: - name: Checkout master uses: actions/checkout@v4 + - name: Write the commit hash into the config + run: echo "commit = \"$(git rev-parse HEAD | cut -c1-7)\"" >> config.toml + - name: Build only uses: shalzz/zola-deploy-action@v0.18.0 env: diff --git a/templates/base.html b/templates/base.html index 155d668..16de5d6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -161,7 +161,9 @@