Skip to content

Commit

Permalink
chore: setting git pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaziling committed Sep 14, 2024
1 parent 5c4daf2 commit df1c363
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit df1c363

Please sign in to comment.