From 2050a2c9dfa3c774918bf316b124f7484ce8a057 Mon Sep 17 00:00:00 2001 From: Lukas Scheucher Date: Thu, 4 Apr 2024 17:23:34 +0100 Subject: [PATCH] Delete .github/workflows/build-dev.yml --- .github/workflows/build-dev.yml | 38 --------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/workflows/build-dev.yml diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml deleted file mode 100644 index a46e10e..0000000 --- a/.github/workflows/build-dev.yml +++ /dev/null @@ -1,38 +0,0 @@ -# name: Create dev build - -# on: -# push: -# branches: -# - main -# # Review gh actions docs if you want to further define triggers, paths, etc -# # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on - -# permissions: -# contents: write - -# jobs: -# create: -# name: Create dev build -# runs-on: ubuntu-latest -# env: -# BRANCH: dev -# steps: -# - uses: actions/checkout@v3 -# - uses: actions/setup-node@v3 -# with: -# node-version: 18 -# cache: npm - -# - name: Install dependencies -# run: npm ci -# - name: Build website -# run: npm run build - -# - name: Push -# uses: s0/git-publish-subdir-action@develop -# env: -# REPO: self -# BRANCH: build-dev # The branch name where you want to push the assets -# FOLDER: build # The directory where your assets are generated -# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token -# MESSAGE: "Build: ({sha}) {msg}" # The commit message