From df1c3638cf349bdc7968cc37aa178b4206730a2d Mon Sep 17 00:00:00 2001 From: jiaziling Date: Sat, 14 Sep 2024 18:09:50 +0800 Subject: [PATCH] chore: setting git pages deploy --- .github/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e845de1..c23a699 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,6 +29,12 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: + - name: Show current directory + run: pwd + + - name: List files in the current directory + run: ls -la + - name: Upload artifact uses: actions/upload-artifact@v4 with: