Skip to content

Commit bdca247

Browse files
committed
docs fix
1 parent b68e95c commit bdca247

14 files changed

Lines changed: 40733 additions & 22591 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
- name: Install root dependencies
2323
run: npm ci
2424

25-
- name: Build FlowQuery
26-
run: npm run build
27-
2825
- name: Install flowquery-app dependencies
2926
working-directory: flowquery-app
3027
run: npm ci

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ jobs:
5151
cp dist/flowquery.min.js flowquery-vscode/flowQueryEngine/
5252
ls -la flowquery-vscode/flowQueryEngine/
5353
54-
- name: Copy to docs folder
55-
run: |
56-
echo "Copying flowquery.min.js to docs folder for GitHub Pages..."
57-
cp dist/flowquery.min.js docs/
58-
ls -la docs/flowquery.min.js
59-
6054
- name: Bump version
6155
id: version
6256
run: |
@@ -76,7 +70,7 @@ jobs:
7670
cd ..
7771
7872
# Commit the version bump
79-
git add package.json package-lock.json docs/flowquery.min.js flowquery-vscode/package.json
73+
git add package.json package-lock.json flowquery-vscode/package.json
8074
git commit --no-verify -m "chore: bump version to ${NEW_VERSION} [skip ci]"
8175
8276
# Include any changes from formatters/linters in the commit

0 commit comments

Comments
 (0)