Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lcjnil authored Jul 22, 2021
1 parent 0ae2673 commit dc0067b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
environment: notion-sync
steps:
- uses: actions/checkout@v2

- name: Download artifact of last build
uses: dawidd6/action-download-artifact@v2
continue-on-error: true
Expand All @@ -19,9 +21,7 @@ jobs:
name: notion-sync-storage
path: .cache

- run: ls -al && ls .cache && cat .cache/notion-page.json

- uses: actions/checkout@v2
- run: pwd && ls -al && ls .cache && cat .cache/notion-page.json

- name: Setup Node.js environment
uses: actions/setup-node@v2.2.0
Expand Down

0 comments on commit dc0067b

Please sign in to comment.