Compare commits

...

5 commits

Author SHA1 Message Date
gallant 96e019fbc8 wacky time 2022-10-25 18:07:04 -05:00
gallant dd6114af44 update padding 2022-10-25 18:06:17 -05:00
Vincent Knight e518397be2
Update main.yml 2022-10-25 17:51:55 -05:00
gallant 90e1324d6f wacky time 2022-10-25 17:51:31 -05:00
Vincent Knight e1ce47dd27
Create main.yml 2022-10-25 17:47:13 -05:00
3 changed files with 22 additions and 1 deletions

21
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,21 @@
# On every push this script is executed
on: push
name: Build and deploy GH Pages
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: checkout
uses: actions/checkout@v2
- name: build_and_deploy
uses: shalzz/zola-deploy-action@v0.14.1
env:
# Target branch
PAGES_BRANCH: gh-pages
# Provide personal access token
TOKEN: ${{ secrets.TOKEN }}
# Or if publishing to the same repo, use the automatic token
#TOKEN: ${{ secrets.GITHUB_TOKEN }}
#personal env varis

View file

@ -21,7 +21,7 @@ body {
outline-width: 2px;
outline-color: #8CD7AA;
outline-offset: -50px;
padding: 0 0.7em 0;
padding: 0 0.7em 0.5em;
//padding: 10%;
}

View file