Skip to content

include talk slug in html for easing css customizations #13

include talk slug in html for easing css customizations

include talk slug in html for easing css customizations #13

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login into ghcr.io
if: github.ref == 'refs/heads/master'
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
- name: Publish
if: github.ref == 'refs/heads/master'
run: ./task publish_docker