mirror of
https://github.com/tcgdex/compiler.git
synced 2025-07-29 07:29:50 +00:00
Fix Pull (#5)
This commit is contained in:
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
@ -28,11 +28,11 @@ jobs:
|
||||
|
||||
- name: Pull Distribution
|
||||
working-directory: ./dist
|
||||
run: git pull
|
||||
run: git pull --rebase
|
||||
|
||||
- name: Compile Database
|
||||
working-directory: ./db
|
||||
run: git pull && yarn && yarn compile
|
||||
run: git pull --rebase && yarn && yarn compile
|
||||
|
||||
- name: Build
|
||||
working-directory: ./
|
||||
|
Reference in New Issue
Block a user