Skip to content

Commit

Permalink
pack: remove unused jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Jul 4, 2024
1 parent df79fd4 commit 2d68ad6
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ jobs:
with:
node-version: '22'

# copy and replace string index.md file
# - name: Copy and replace string index.md file
# run: cp ../README.md ./src/index.md
# - name: Copy image asset (logo)
# run: cp ../src/renderer/public/images/vutron-logo.webp ./src/public
# - name: Copy image asset (sample)
# run: cp ../.github/resources/vutron-sample.webp ./src/public

# cache node_modules
- name: Cache dependencies
uses: actions/cache@v4
Expand All @@ -52,20 +44,6 @@ jobs:
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npm install

# - name: Find and Replace (logo)
# uses: jacobtomlinson/gha-find-replace@v3
# with:
# find: "src/renderer/public/images/vutron-logo.webp"
# replace: "public/vutron-logo.webp"
# regex: false
#
# - name: Find and Replace (sample)
# uses: jacobtomlinson/gha-find-replace@v3
# with:
# find: ".github/resources/vutron-sample.webp"
# replace: "public/vutron-sample.webp"
# regex: false

# run build script
- name: Build VitePress site
run: npm run build
Expand Down

0 comments on commit 2d68ad6

Please sign in to comment.