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
|
- name: Checkout master
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Build only
|
||||||
uses: shalzz/zola-deploy-action@v0.18.0
|
uses: shalzz/zola-deploy-action@v0.18.0
|
||||||
env:
|
env:
|
||||||
@ -46,6 +49,9 @@ jobs:
|
|||||||
- name: Checkout master
|
- name: Checkout master
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Build only
|
||||||
uses: shalzz/zola-deploy-action@v0.18.0
|
uses: shalzz/zola-deploy-action@v0.18.0
|
||||||
env:
|
env:
|
||||||
|
@ -161,7 +161,9 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<p id="copyright">
|
<p id="copyright">
|
||||||
Copyright © 2017 - {{ now() | date(format="%Y") }}
|
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>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user