diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 087fa36..e14e88a 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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 @@ -32,7 +32,7 @@ jobs: with: name: docs include-hidden-files: true - path: docs + path: docs/ retention-days: 3 deploy-docs: diff --git a/scripts/build-docs.sh b/scripts/build-docs.sh index 2e3b1ab..462af3e 100644 --- a/scripts/build-docs.sh +++ b/scripts/build-docs.sh @@ -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