Skip to content

ts eslint complaints tended #17

ts eslint complaints tended

ts eslint complaints tended #17

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Add .nojekyll file
run: touch ./build/.nojekyll
- name: Add CNAME file
run: echo "eiden.no" > ./build/CNAME
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_dir: ./build