diff options
| author | Christian Cleberg <[email protected]> | 2024-06-23 18:04:16 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-23 18:04:16 +0000 |
| commit | 65b79c40a7f2506254463e7c7b75a78103d2fac7 (patch) | |
| tree | 29f86e44b8d2c4dda12880abe304eab315265a67 | |
| parent | 54c500c12a2d45251a44cf47db6e3b54588c9b59 (diff) | |
| download | cleberg.net-65b79c40a7f2506254463e7c7b75a78103d2fac7.tar.gz cleberg.net-65b79c40a7f2506254463e7c7b75a78103d2fac7.tar.bz2 cleberg.net-65b79c40a7f2506254463e7c7b75a78103d2fac7.zip | |
another attempt to fix the build file
| -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: [email protected]
- - 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
|
