diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 891b8b7..cad528d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,5 +1,5 @@ -# Simple workflow for deploying static content to GitHub Pages -name: Deploy static content to Pages +# Simple workflow for deploying static HTML content to GitHub Pages +name: Deploy static HTML content to Pages on: # Runs on pushes targeting the default branch @@ -29,18 +29,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: '14' - - - name: Install dependencies - run: npm install - - - name: Build - run: npm run build - working-directory: ./web-demo - - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@4.1.5 with: