Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dinki authored Sep 7, 2024
1 parent 59efdb9 commit 18978dc
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Navigate to wiki directory
run: cd wiki

uses: actions/checkout@v3 # Updated to v3

- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3 # Updated to v3
with:
node-version: '16' # Adjust this based on your Docusaurus version
node-version: '18' # You can set it to '18' or '20' depending on compatibility with Docusaurus

- name: Install dependencies
run: |
Expand Down

0 comments on commit 18978dc

Please sign in to comment.