From 1e3f9bdac09ae5bf14ea638e7d9e8c244e65d2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=83=9F=E9=9C=8F=E9=9B=BE=E9=9B=86?= <1327800522@qq.com> Date: Sun, 30 Jun 2024 21:02:53 +0800 Subject: [PATCH] change deploy.yml --- .github/workflows/deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 98bfc38..e04600e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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