Skip to content

Commit cf6c66a

Browse files
committed
chore: update modules
1 parent ea12dc5 commit cf6c66a

File tree

4 files changed

+784
-680
lines changed

4 files changed

+784
-680
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,6 @@ jobs:
711711
export DOCS_PACKAGE_VERSION="$(cat ./docsVersion.txt)"
712712
echo "Package version: $DOCS_PACKAGE_VERSION"
713713
714-
git apply --ignore-whitespace ./scripts/patches/vitepress+1.3.4.patch
715714
npm run docs:build
716715
- name: Upload docs to GitHub Pages
717716
uses: actions/upload-pages-artifact@v3
@@ -792,7 +791,6 @@ jobs:
792791
export DOCS_PACKAGE_VERSION="$(cat ./docsVersion.txt)"
793792
echo "Package version: $DOCS_PACKAGE_VERSION"
794793
795-
git apply --ignore-whitespace ./scripts/patches/vitepress+1.3.4.patch
796794
npm run docs:build
797795
- name: Upload docs to GitHub Pages
798796
uses: actions/upload-pages-artifact@v3

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,4 @@ jobs:
4444
CI: true
4545
run: node ./dist/cli/cli.js source download --release latest --skipBuild --noBundle --noUsageExample --updateBinariesReleaseMetadataAndSaveGitBundle
4646
- name: Compile docs
47-
run: |
48-
git apply --ignore-whitespace ./scripts/patches/vitepress+1.3.4.patch
49-
npm run docs:build
47+
run: npm run docs:build

0 commit comments

Comments
 (0)