Skip to content

Commit

Permalink
try verbose soruce
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiggax committed Feb 18, 2025
1 parent 2668296 commit 82040dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,17 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
destination: docs
source: ./docs
destination: ./docs

- name: list
run: ls
run: ls docs

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs
path: ./docs

deploy:
environment:
Expand Down

0 comments on commit 82040dc

Please sign in to comment.