Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Ruemena/RueI into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop committed Nov 12, 2023
2 parents e12c870 + b845f72 commit 2fec114
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
docs:
runs-on: ubuntu-latest
name: Generate and publish the docs
steps:
- uses: actions/checkout@v1
name: Checkout code
- uses: nunit/[email protected]
name: Build Documentation
- name: Deploy GitHub Pages site
uses: actions/[email protected]
with:
args: ./docfx.json

0 comments on commit 2fec114

Please sign in to comment.