Skip to content

Commit de99422

Browse files
authored
Merge pull request #1 from pygfx/site
first site
2 parents 093438d + 701be4b commit de99422

File tree

11 files changed

+813
-0
lines changed

11 files changed

+813
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131

3232
deploy:
3333
needs: build
34+
if: github.ref == 'refs/heads/main'
3435
permissions:
3536
pages: write # to deploy to Pages
3637
id-token: write # to verify the deployment originates from an appropriate source

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.pyd
2+
__pycache__
3+
.DS_Store
4+
output/

0 commit comments

Comments
 (0)