Skip to content

Commit

Permalink
Updated deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoganov committed Oct 29, 2024
1 parent d5650bb commit db2c8b6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install dependencies
run: npm install

- name: Build docs
run: ./make.sh

Expand Down

0 comments on commit db2c8b6

Please sign in to comment.