Skip to content

Commit

Permalink
dont automatically build every push
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann authored Jul 5, 2024
1 parent 44b33d1 commit c805c12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build & Deploy Hugo site

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
# push:
# branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
path: 'site/public'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit c805c12

Please sign in to comment.