Skip to content

Style code blocks with unspecified language properly #38

Style code blocks with unspecified language properly

Style code blocks with unspecified language properly #38

Workflow file for this run

name: GitHub Pages
on:
workflow_dispatch: {}
push:
branches: ['main']
jobs:
upload-docs:
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
env:
DOCS_DIR: 'docs/'
BRANCH: 'main'
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: ./
with:
docs-directory: ${{ env.DOCS_DIR }}
main-branch: ${{ env.BRANCH }}