Skip to content

Merge branch 'gh-pages' of github.com:eukarya-inc/PLATEAU-2023-UC11-d… #1

Merge branch 'gh-pages' of github.com:eukarya-inc/PLATEAU-2023-UC11-d…

Merge branch 'gh-pages' of github.com:eukarya-inc/PLATEAU-2023-UC11-d… #1

Workflow file for this run

# on:
# push:
# branches:
# - main
# paths:
# - src/**
# - articles/**
# - .github/workflows/deployDoc.yml
# workflow_dispatch:
# jobs:
# publish-docs:
# runs-on: ubuntu-latest
# steps:
# - name: Chekout
# uses: actions/checkout@v3
# - name: Dotnet Setup
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: 7.x
# - run: dotnet tool update -g docfx
# - run: docfx ./docfx.json
# - name: Deploy
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: docs/
# publish_branch: gh-pages