Skip to content

Commit

Permalink
rename workflow and build step
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino committed Aug 31, 2023
1 parent ed5c79d commit cf8ed36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: build and deploy github pages
name: build and deploy with zola

on:
workflow_dispatch:
push:
branches:
- development
jobs:
deploy:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
Expand Down

0 comments on commit cf8ed36

Please sign in to comment.