Skip to content

Commit a3f7153

Browse files
Sync with FEM on Colab website: fem-on-colab/fem-on-colab.github.io@0a5205c
1 parent 2ffb32e commit a3f7153

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/stats.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
uses: actions/upload-artifact@v3
5252
with:
5353
name: stats
54-
path: _build/stats
54+
path: |
55+
_build/stats
56+
!_build/stats/.git
5557
retention-days: 1
5658

5759
warn:

.github/workflows/website.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ jobs:
8181
uses: actions/upload-artifact@v3
8282
with:
8383
name: website
84-
path: _build/html
84+
path: |
85+
_build/html
86+
!_build/html/.git
8587
retention-days: 1
8688

8789
warn:

0 commit comments

Comments
 (0)