Skip to content

Commit 3ce5129

Browse files
author
abrulic
committed
check
1 parent 4589ab1 commit 3ce5129

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
# FIXME uncomment if working with monorepo structure
137137
# workspace_name: docs
138138
app_name: ${{ github.event.repository.name }}-${{ github.event.number }}
139-
use_isolated_workspace: true
139+
use_isolated_workspace: false
140140
env_vars: |
141141
APP_ENV=production
142142
GITHUB_OWNER=${{ github.repository_owner }}

.github/workflows/publish-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ jobs:
102102
# FIXME uncomment if working with monorepo structure
103103
# workspace_name: docs
104104
app_name: ${{github.event.repository.name}}-${{ github.ref_name }}
105-
use_isolated_workspace: true
105+
use_isolated_workspace: false
106106
env_vars: |
107107
APP_ENV=production
108108
GITHUB_OWNER=${{ github.repository_owner }}
109109
GITHUB_REPO=${{ github.event.repository.name }}
110-
GITHUB_REPO_URL=https://github.com/${{ github.repository }}
110+
GITHUB_REPO_URL=https://github.com/${{ github.repository }}

0 commit comments

Comments
 (0)