Skip to content

Fix Windows details and help theme (#72) #79

Fix Windows details and help theme (#72)

Fix Windows details and help theme (#72) #79

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- name: Set git user config
run: |
git config --global user.name "myusername"
git config --global user.email "myusername@modernjuliaworkflows.github"
- name: 🚀 Build and Deploy
uses: tlienart/xranklin-build-action@main
with:
DEPLOY_BRANCH: ${{ github.event_name != 'pull_request' && 'gh-pages' || 'gh-pages-pr' }}