Improve GitHub Actions (#3451)

This commit is contained in:
Francisco Giordano
2022-06-02 19:42:49 -03:00
committed by GitHub
parent 5e00787199
commit 04204b8fb9
7 changed files with 87 additions and 97 deletions

View File

@ -9,17 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12.x
- uses: actions/cache@v3
id: cache
with:
path: '**/node_modules'
key: npm-v2-${{ hashFiles('**/package-lock.json') }}
restore-keys: npm-v2-
- run: npm ci
if: steps.cache.outputs.cache-hit != 'true'
- name: Set up environment
uses: ./.github/actions/setup
- run: bash scripts/git-user-config.sh
- run: node scripts/update-docs-branch.js
- run: git push --all origin