diff --git a/.github/workflows/yarn-build.yml b/.github/workflows/yarn-build.yml new file mode 100644 index 0000000..6647aed --- /dev/null +++ b/.github/workflows/yarn-build.yml @@ -0,0 +1,19 @@ +name: "Yarn Build" + +on: + push: + branches: + - 'develop/**' + +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