Skip to content

Commit 4ed5f0d

Browse files
authored
chore(release): deploy without pathprefix (#206)
* remove ci build with prefixpath
1 parent 24dc946 commit 4ed5f0d

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,6 @@ jobs:
2222
run: yarn install --frozen-lockfile --immutable
2323
- name: Build ModuleSite
2424
run: yarn run build
25-
gatsby-build-prefix-paths:
26-
runs-on: ubuntu-latest
27-
steps:
28-
- name: Checkout PR
29-
uses: actions/checkout@v3
30-
- name: Setup Node
31-
uses: actions/setup-node@v3
32-
with:
33-
node-version: '18'
34-
# Globally caches yarn dependencies
35-
cache: 'yarn'
36-
- name: Install Project Dependencies
37-
run: yarn install --frozen-lockfile --immutable
38-
- name: Build ModuleSite
39-
run: yarn run build:pp
4025
gatsby-build-mutable-lockfile:
4126
runs-on: ubuntu-latest
4227
steps:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Project Dependencies
5151
run: yarn install --frozen-lockfile --immutable
5252
- name: Build ModuleSite
53-
run: yarn run build:pp
53+
run: yarn run build
5454
- name: Upload artifact
5555
# packaging static assets and uploading artifact that can be deployed to GitHub Pages
5656
# https://github.com/actions/upload-pages-artifact

0 commit comments

Comments
 (0)