diff options
author | ccleberg <156287552+ccleberg@users.noreply.github.com> | 2024-06-23 18:04:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-23 18:04:16 +0000 |
commit | 2c9594a54da4578584a76a92d168bde0dffe7fca (patch) | |
tree | 29f86e44b8d2c4dda12880abe304eab315265a67 /.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml | |
parent | 2db7516c7c9056c761b4c270668ec37910a1df98 (diff) | |
download | cleberg.net-2c9594a54da4578584a76a92d168bde0dffe7fca.tar.gz cleberg.net-2c9594a54da4578584a76a92d168bde0dffe7fca.tar.bz2 cleberg.net-2c9594a54da4578584a76a92d168bde0dffe7fca.zip |
another attempt to fix the build file
Diffstat (limited to '.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml')
-rw-r--r-- | .github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml b/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml index f418577..1c28d85 100644 --- a/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml +++ b/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml @@ -18,12 +18,12 @@ jobs: - uses: taiki-e/install-action@v2
with:
tool: zola@0.19.0
- - name: Build Zola Site
- run: zola build
- uses: actions/checkout@v4
with:
submodules: true
lfs: false
+ - name: Build Zola Site
+ run: zola build
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
|