Skip to content

Commit

Permalink
fix: docs/ path; log output
Browse files Browse the repository at this point in the history
  • Loading branch information
ciatph committed Sep 12, 2024
1 parent 4c5cdca commit 98b3d4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-docs:
name: Install JSDoc Dependencies
name: Build Class Documentation
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
Expand All @@ -32,7 +32,7 @@ jobs:
with:
name: docs
include-hidden-files: true
path: docs
path: docs/
retention-days: 3

deploy-docs:
Expand Down
6 changes: 6 additions & 0 deletions scripts/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ npm run generate-docs

# echo "$version" >> $GITHUB_ENV
# echo version: "$version"

# Log directories
ls -l -a

cd docs
ls -l -a

0 comments on commit 98b3d4c

Please sign in to comment.