Skip to content

Merge branch 'main' of https://github.com/bugelseif/website #49

Merge branch 'main' of https://github.com/bugelseif/website

Merge branch 'main' of https://github.com/bugelseif/website #49

Workflow file for this run

name: Deploy to github pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: nelsonjchen/gh-pages-pelican-action@0.1.5
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
PELICAN_CONFIG_FILE: publishconf.py