diff options
Diffstat (limited to '.github/actions/build/action.yml')
| -rw-r--r-- | .github/actions/build/action.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml deleted file mode 100644 index e4e161f..0000000 --- a/.github/actions/build/action.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Build Website -runs: - using: "composite" - steps: - - name: Enable Corepack - shell: bash - run: corepack enable - - name: Set Node.js - uses: actions/setup-node@v4 - with: - node-version: 20.x - cache: 'yarn' - - name: Install dependencies - shell: bash - run: yarn install --immutable - - name: Run build - shell: bash - run: yarn build |
