Skip to content

Update copyright year and website in license #62

Update copyright year and website in license

Update copyright year and website in license #62

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v3
- name: Install and Build πŸ”§
run: |
mkdir output
cp readme.md output/
echo theme: jekyll-theme-cayman >> output/_config.yml
- name: Deploy πŸš€
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: output