Skip to content

Commit b607dbf

Browse files
authored
Merge pull request #8 from uwescience/fix_website
disable automatic run of myfigure
2 parents eed7968 + 42b3d31 commit b607dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Deploy Website to GitHub Pages
22

33
on:
44
# Runs on pushes targeting the default branch
5-
push:
6-
branches: ["main"]
5+
# push:
6+
# branches: ["main"]
77

88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:

0 commit comments

Comments
 (0)