Skip to content

modify title to end with notifications in stead of notification, for … #65

modify title to end with notifications in stead of notification, for …

modify title to end with notifications in stead of notification, for … #65

Workflow file for this run

name: CI
on: push
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Update theme
# (Optional)If you have the theme added as submodule, you can pull it and use the most updated version
run: git submodule update --init --recursive
- name: Setup hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.101.0"
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.TOKEN }}
external_repository: odilia-app/odilia-app.github.io
publish_dir: ./public
user_name: github-actions
user_email: actions@github.com
publish_branch: main
cname: odilia.app