Skip to content

trekker localstorage ut i egen funksjon #84

trekker localstorage ut i egen funksjon

trekker localstorage ut i egen funksjon #84

name: Deploy to gh-pages
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: npm install 🚛
run: npm install
- name: Build 🔧
run: npm run build
- name: No jekyll 🚫
run: touch out/.nojekyll
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: out
CLEAN: true