Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jepbura authored Mar 15, 2024
1 parent 00a3b85 commit f73af9e
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f73af9e

Please sign in to comment.