Skip to content

Commit

Permalink
Setting up build dir for zola deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpalee committed Feb 25, 2024
1 parent f2c313e commit cff6d6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Zola on GitHub Pages

on:
on:
push:
branches:
- main
Expand All @@ -15,5 +15,6 @@ jobs:
- name: Build and deploy
uses: shalzz/[email protected]
env:
BUILD_DIR: deploy
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PAGES_BRANCH: deploy

0 comments on commit cff6d6f

Please sign in to comment.