diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 47edc71b..65715ed6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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