Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
zBritva committed Jan 14, 2025
1 parent 7d53151 commit 88b9d80
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- name: Checkout repository
Expand All @@ -23,11 +23,8 @@ jobs:
run: yarn install --ignore-engines

- name: Copy config.yml
uses: canastro/[email protected]
with:
source: config.yml
target: ./charticulator/config.yml

continue-on-error: true
run: mv .\config.yml .\charticulator\config.yml
# - name: Build charticulator
# env:
# NODE_OPTIONS: "--max-old-space-size=8192"
Expand Down

0 comments on commit 88b9d80

Please sign in to comment.