mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-11-21 18:16:33 +02:00
fix: removed workflow step that was combined
This commit is contained in:
parent
23ab8fcaa8
commit
10827447ca
1
.github/workflows/deploy_dev.yml
vendored
1
.github/workflows/deploy_dev.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
- run: yarn
|
||||
- run: yarn db-gen
|
||||
- run: yarn nx build blueprints
|
||||
env:
|
||||
CF_WEB_ANALYTICS: 6c563c1e5db141129a5fc95d5c459722
|
||||
|
1
.github/workflows/deploy_prd.yml
vendored
1
.github/workflows/deploy_prd.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
- run: yarn
|
||||
- run: yarn db-gen
|
||||
- run: yarn nx build blueprints
|
||||
env:
|
||||
PUBLIC_URL: https://factorio-blueprints-assets.storage.googleapis.com/public
|
||||
|
Loading…
Reference in New Issue
Block a user