Skip to content

fix errors in index files #142

fix errors in index files

fix errors in index files #142

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected] # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false
- name: build notebooks and jekyll page
uses: docker://ghcr.io/spielhuus/docker-elektrophon:v1.0.1
env:
USER_UID: 1001
with:
args: build --minify
registry: ghcr.io
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: www/public # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch