Skip to content

Updated animated splash screen #2

Updated animated splash screen

Updated animated splash screen #2

Workflow file for this run

name: Update site
on:
push:
branches:
- main
jobs:
update:
runs-on: ubuntu-20.04
name: Update site on Github Pages
steps:
- uses: actions/checkout@v2
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
enable_jekyll: true