Skip to content

Commit

Permalink
change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Xsyin committed Apr 21, 2024
1 parent 0574496 commit 1b53e04
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
${{ runner.OS }}-npm-cache
- name: Install Dependencies
run: npm install
- name: who am i
run: whoami
- name: owner 1
run: ls -l ..
- name: owner 2
run: ls -l .
- name: Clean
run: npm run clean
- name: Build
run: npm run build
- name: Upload Pages artifact
Expand Down

0 comments on commit 1b53e04

Please sign in to comment.