Skip to content

Commit

Permalink
fix: Remove Node.js setup and markmap-cli installation steps from dep…
Browse files Browse the repository at this point in the history
…loy workflow
  • Loading branch information
hsiangjenli committed Dec 5, 2024
1 parent 7baf52f commit 3eff6fa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: recursive

# Setup Node ----------------
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20'

# Install markmap-cli ----------------
- name: Install markmap-cli
run: npm i markmap-cli

# Transform Markdown to HTML in Target Folder ----------------
- name: Transform Several Markdown to HTML
Expand Down

0 comments on commit 3eff6fa

Please sign in to comment.