mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-23 15:34:27 +01:00
Fix website preview action (#1205)
This commit is contained in:
1
.github/workflows/pr-website-preview.yml
vendored
1
.github/workflows/pr-website-preview.yml
vendored
@@ -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