mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
Fix website preview action (#1205)
This commit is contained in:
@@ -47,6 +47,7 @@ jobs:
|
||||
npm run build
|
||||
|
||||
- name: Combine builds into one directory
|
||||
if: github.event.action != 'closed'
|
||||
run: |
|
||||
mkdir combined-build
|
||||
cp -r documentation/build/* combined-build/
|
||||
|
||||
Reference in New Issue
Block a user