Skip to content

Fix: Log Path

Fix: Log Path #41

Workflow file for this run

name: Test💦
on:
push:
branches:
- main
jobs:
build:
name: "Build & Deploy"
runs-on: windows-2019
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: "18.x"
- name: Bundler Minifier
uses: edelciomolina/bundler-minifier-action@main
with:
bundle_config_folder: ./test
create_bundle_config: true
search_extensions: "js|css|html"
delete_input_files: true