@@ -63,18 +63,11 @@ jobs:
6363 run : pnpm install --prefer-offline --frozen-lockfile
6464
6565 - name : Generate docs
66- # FIXME uncomment if working with monorepo structure
67- # working-directory: docs
6866 env :
6967 APP_ENV : production
7068 run : pnpm run generate:docs
7169
7270 - name : Pack generated docs (tarball)
73-
74- # FIXME adjust if working with monorepo structure
75- # run: |
76- # tar -czf docs-generated.tgz -C docs generated-docs
77- # ls -lh docs/docs-generated.tgz
7871 run : |
7972 tar -czf docs-generated.tgz generated-docs
8073 ls -lh docs-generated.tgz
9083 uses : actions/upload-artifact@v4
9184 with :
9285 name : docs-versions
93-
94- # FIXME adjust if working with monorepo structure
95- # path: docs/app/utils/versions.ts
9686 path : app/utils/versions.ts
9787 if-no-files-found : error
9888
@@ -113,13 +103,6 @@ jobs:
113103 run : |
114104 tar -xzf docs-generated.tgz
115105 ls -laR generated-docs | sed -n '1,200p'
116-
117- # FIXME adjust if working with monorepo structure
118- # run: |
119- # set -euxo pipefail
120- # tar -xzf docs-generated.tgz -C docs
121- # ls -laR docs/generated-docs | sed -n '1,200p'
122-
123106 - name : Download versions file
124107 uses : actions/download-artifact@v4
125108 with :
@@ -133,8 +116,6 @@ jobs:
133116 FLY_API_TOKEN : ${{ secrets.FLY_API_TOKEN }}
134117 FLY_REGION : ${{ vars.FLY_REGION }}
135118 with :
136- # FIXME uncomment if working with monorepo structure
137- # workspace_name: docs
138119 app_name : ${{ github.event.repository.name }}-${{ github.event.number }}
139120 use_isolated_workspace : true
140121 env_vars : |
0 commit comments