Skip to content

Commit fe2ec58

Browse files
committed
remove logs
1 parent 845719d commit fe2ec58

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/deploy-eleventy-site.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,6 @@ jobs:
3030
- name: Build Eleventy site
3131
run: npm run build
3232

33-
- name: Current directory path
34-
run: pwd
35-
36-
- name: List root directory
37-
run: ls -la
38-
39-
- name: List _site directory (if exists)
40-
run: ls -la _site || echo "_site not found"
41-
42-
- name: _site directory path
43-
run: cd _site && pwd
44-
4533
- name: Deploy to GitHub Pages
4634
uses: peaceiris/actions-gh-pages@v4
4735
with:

0 commit comments

Comments
 (0)