Skip to content

Commit

Permalink
Merge pull request #15 from Lenni009/dev
Browse files Browse the repository at this point in the history
bugfixes
  • Loading branch information
Lenni009 authored Nov 11, 2023
2 parents 407dcaf + ca1041f commit 9ff2ed2
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 249 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Minify
name: Build

run-name: Minify Code
run-name: Build Code

on:
push:
Expand All @@ -10,20 +10,20 @@ permissions:
contents: write

concurrency:
group: "minify"
group: "build"
cancel-in-progress: true

jobs:
build:
environment: github-pages
runs-on: ubuntu-latest

steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- run: |
npm i
- name: Build
run: |
npm ci
npm run build
cd dist
touch .nojekyll
Expand Down
Loading

0 comments on commit 9ff2ed2

Please sign in to comment.