aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy.yml
blob: fccca20a792123e4794287d14d1e5e2bab07a979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: Deploy to GitHub Pages

on:
  push:
    branches: [master]

jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout 🛎️
      - uses: actions/checkout@v3

      - name: Install and Build 🔧
        run: |
          npm ci
          npm run deploy

      # - name: Deploy to GitHub Pages
      #   uses: JamesIves/github-pages-deploy-action@v4
      #   with:
      #     branch: gh-pages
      #     folder: dist