Skip to content

XrefGen publishing (#429) #8

XrefGen publishing (#429)

XrefGen publishing (#429) #8

name: DeployToGitHubPages
env:
PUBLISH_DIR: 9.0/BlazorWebAssemblyXrefGenerator/bin/Release/net8.0/publish/wwwroot
# Controls when the action will run
on:
push:
paths:
- 9.0/BlazorWebAssemblyXrefGenerator/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: GitHub Pages
if: success()
uses: crazy-max/[email protected]
with:
target_branch: gh-pages
build_dir: ${{ env.PUBLISH_DIR }}
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}