This commit is contained in:
Alexandr Bogomyakov
2024-10-04 03:32:21 +03:00
committed by GitHub
parent 6fc06ea8ed
commit e9fb829870
2 changed files with 6 additions and 4 deletions

View File

@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.0.0
- name: Set commit id
run: sed -e "s/tag\ =.*/tag = \"${{ github.sha }}\"/" -i config.toml
run: sed -e "s/tag\ =.*/tag = \"${{ github.sha.substr(0,7) }}\"/" -i config.toml
- name: Build and push to gh-pages branch
uses: shalzz/zola-deploy-action@v0.17.2
env: