Closed
Changes from 1 commit
Show all changes
41 commits
Select commit Hold shift + click to select a range
c2c0d76
Preven dev site break on Carbon Ads plugin error
jhildenbiddleDec 1, 2023
71a5fd3
Replace live-server with browsersync
jhildenbiddleDec 2, 2023
4756e59
Update test docs
jhildenbiddleDec 2, 2023
282a1a5
update: verel config.
Koooooo-7Dec 3, 2023
3d8d429
update: status code.
Koooooo-7Dec 3, 2023
36df0a9
test.
Koooooo-7Dec 3, 2023
60da4b7
rewrites.
Koooooo-7Dec 3, 2023
99dc86e
trailingSlash
Koooooo-7Dec 3, 2023
7211b18
trailingSlash false.
Koooooo-7Dec 3, 2023
7a07294
update: local src.
Koooooo-7Dec 3, 2023
002260e
style.
Koooooo-7Dec 3, 2023
8a48a60
update: style.
Koooooo-7Dec 3, 2023
1dccf4f
path.
Koooooo-7Dec 3, 2023
0607b5c
update: cutome deploy.
Koooooo-7Dec 3, 2023
6423c0a
update: cutome deploy.
Koooooo-7Dec 3, 2023
635ea41
update: cutom deploy.
Koooooo-7Dec 3, 2023
da3f731
update: keep.
Koooooo-7Dec 3, 2023
d7a1c90
add lib.
Koooooo-7Dec 3, 2023
7a555a2
add lib2.
Koooooo-7Dec 3, 2023
c594358
add lib3.
Koooooo-7Dec 3, 2023
3d34f77
lib4.
Koooooo-7Dec 3, 2023
dd5bbc3
lib5.
Koooooo-7Dec 3, 2023
2932927
lib6.
Koooooo-7Dec 3, 2023
534abe0
lib7.
Koooooo-7Dec 3, 2023
912168e
update: css.
Koooooo-7Dec 4, 2023
0092c0c
update: action.
Koooooo-7Dec 4, 2023
f556656
chore: polish.
Koooooo-7Dec 4, 2023
aa4bfa7
chore: polish.
Koooooo-7Dec 4, 2023
3b9f2e5
chore: polish.
Koooooo-7Dec 4, 2023
d2f48e0
chore: polish2.
Koooooo-7Dec 4, 2023
612501a
update: clean.
Koooooo-7Dec 4, 2023
2e07917
update: rewrite path test.
Koooooo-7Dec 4, 2023
98334e6
updata: slash.
Koooooo-7Dec 4, 2023
8e4c3ea
update: only rewrite.
Koooooo-7Dec 4, 2023
0f20916
fix: path.
Koooooo-7Dec 4, 2023
f7e726e
fix: path2.
Koooooo-7Dec 4, 2023
164f353
update: rewrite path.
Koooooo-7Dec 4, 2023
c4f9bf0
update: rewrite path.
Koooooo-7Dec 4, 2023
5bc182a
chore: bot.
Koooooo-7Dec 4, 2023
ea38638
chore: polish.
Koooooo-7Dec 4, 2023
149473b
chore: polish.
Koooooo-7Dec 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Failed to load files.
PrevPrevious commit
Next Next commit
update: only rewrite.
  • Loading branch information
@Koooooo-7
Koooooo-7 committedDec 4, 2023
commit 8e4c3eaaa6356d11f34ec708381d107c9e8847db
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,15 +16,15 @@ jobs:
group: ${{ .workflow }}-${{ .ref }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: install dependencies
run: npm ci --ignore-scripts
# - uses: actions/setup-node@v4
# with:
# node-version: 18
# cache: 'npm'
# - name: install dependencies
# run: npm ci --ignore-scripts

- name: build project
run: npm run build
# - name: build project
# run: npm run build

# - name: rewrite .gitignore to include /lib files
# run: sed -i '/lib/d' .gitignore
Expand Down