Skip to content

Commit afd6514

Browse files
committed
Remove debug code
1 parent 8917d50 commit afd6514

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,12 @@ jobs:
8989
- name: Checkout 🛎️
9090
uses: actions/checkout@v4
9191

92-
- run: touch .after
93-
- run: ls -R >.before
94-
9592
- name: Download Artifacts
9693
uses: actions/download-artifact@v4
9794
with:
9895
name: docs
9996
path: docs
10097

101-
- run: ls -R >.after
102-
- run: git diff --no-index .before .after
103-
10498
- name: nojekyll
10599
run: touch docs/.nojekyll
106100

0 commit comments

Comments
 (0)