Encode the commit hash into the webpage
This commit is contained in:
parent
86156fb64d
commit
412882f32b
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -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:
|
||||
|
@ -161,7 +161,9 @@
|
||||
<hr>
|
||||
<p id="copyright">
|
||||
Copyright © 2017 - {{ now() | date(format="%Y") }}
|
||||
<strong>Evan Warren Pratten</strong>
|
||||
<strong {% if config.extra.commit %} title="Commit: {{config.extra.commit}}" {% endif %}>
|
||||
Evan Warren Pratten
|
||||
</strong>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user