add packages cache for github action

This commit is contained in:
2022-05-02 16:04:31 +08:00
parent 170be496d6
commit 93e18d2704

View File

@@ -10,8 +10,10 @@ jobs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: "Checkout"
uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'yarn'
- name: "Install Dependencies"
run: yarn
- name: Deploy with gh-pages