Skip to content

Commit 6c6fd20

Browse files
committed
what is this, like, the fifth try?
1 parent 14427ea commit 6c6fd20

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

.github/workflows/deploy.yml

+2-20
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,8 @@ jobs:
1616
id-token: write
1717
runs-on: ubuntu-latest
1818

19-
environment:
20-
name: github-pages
21-
url: ${{ steps.deployment.outputs.page_url }}
22-
2319
steps:
2420
- name: checkout
2521
uses: actions/checkout@v4
26-
- name: Setup Pages
27-
uses: actions/configure-pages@v5
28-
- name: Setup Zola
29-
uses: jaxxstorm/[email protected]
30-
with:
31-
repo: getzola/zola
32-
tag: v0.19.2
33-
- name: Build site
34-
run: zola build
35-
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v3
37-
with:
38-
path: "./public"
39-
- name: Deploy to GitHub pages
40-
id: deployment
41-
uses: actions/deploy-pages@v4
22+
- name: build_and_deploy
23+
uses: zolacti/on@main

0 commit comments

Comments
 (0)