diff --git a/.github/workflows/deploy-account.yml b/.github/workflows/deploy-account.yml index 20b5881..76866bb 100644 --- a/.github/workflows/deploy-account.yml +++ b/.github/workflows/deploy-account.yml @@ -16,6 +16,7 @@ jobs: env: LINGDOCS_NPM_TOKEN: ${{ secrets.LINGDOCS_NPM_TOKEN }} steps: + - uses: actions/checkout@v3 - name: Cache NPM deps uses: actions/cache@v3 with: @@ -24,7 +25,6 @@ jobs: ~/node_modules ~/website/node_modules ~/account/node_modules - - uses: actions/checkout@v3 - run: | npm install # TODO: could save a bunch of install time by not requiring ps-react in the website/account-types