Skip to content

Commit

Permalink
change deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanfeiwuji committed Jun 30, 2024
1 parent d6cecc9 commit 1e3f9bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
uses: actions/configure-pages@v4
# Ensure the working directory is set to where the package.json is located

# Print the current directory and list files to debug
- name: Print working directory
run: pwd

- name: List files in current directory
run: ls -la

- name: Change directory to the project root
run: cd docs # Change this to your actual project directory if needed

Expand Down

0 comments on commit 1e3f9bd

Please sign in to comment.