Skip to content

feat: add mobile css + tweaks #19

feat: add mobile css + tweaks

feat: add mobile css + tweaks #19

Workflow file for this run

name: Generate blog
on:
pull_request:
branches: [ blog ]
workflow_dispatch:
jobs:
generate_blog:
runs-on: ubuntu-latest
steps:
- name: 'Check out code'
uses: actions/checkout@v4
- name: 'Generate blog'
uses: ByteBakersCo/babilema-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: 'Auto committing generated files'
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "ci: auto commit generated files"
branch: ${{ github.head_ref }}