Skip to content

Commit

Permalink
Merge pull request #35 from AMReX-Astro/fix_gh_pages_action
Browse files Browse the repository at this point in the history
fix the gh-pages action
  • Loading branch information
zingale authored Aug 21, 2024
2 parents 2236274 + 35d76c0 commit 7b05c9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: github pages

on: push
on:
push:
branches:
- main

jobs:
deploy:
Expand Down

0 comments on commit 7b05c9c

Please sign in to comment.