Skip to content

Add some configuration files; update copyright #2

Add some configuration files; update copyright

Add some configuration files; update copyright #2

Workflow file for this run

name: github pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
# cname: blackpwa.tecdrop.com