Add Latest Community Digests and Weekly Development Reports to News Section #110
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Yarn Build" | |
on: | |
pull_request: | |
branches: | |
- 'staging' | |
jobs: | |
build: | |
name: Build documentation | |
# runs-on: arc-runner-set | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: bahmutov/npm-install@v1 | |
with: | |
useLockFile: false | |
- run: yarn install | |
- run: yarn build |