Skip to content

Commit

Permalink
Merge pull request #434 from baynezy/feature/issue-330-doc-pub
Browse files Browse the repository at this point in the history
Reinstate document generation on successful build
  • Loading branch information
baynezy authored Aug 2, 2024
2 parents 3f5673f + c528089 commit 9d39e01
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 49 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Push Documentation

on:
push:
branches:
- master
workflow_dispatch:


jobs:
push-documentation:
runs-on: ubuntu-latest
environment: github-pages
steps:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.PUBLISH_DOCS_TOKEN }}
branch: gh-pages
config_file: doxygen.config
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added missing XML docs for classes and methods
- Pushing beta packages to NuGet from `develop` branch
- Added README to NuGet package
- Reinstate document publishing on successful merge to `master`

## [6.2.1.4] - 2024-05-07

Expand Down
1 change: 0 additions & 1 deletion Html2Markdown.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
doxygen.config = doxygen.config
ISSUE_TEMPLATE.md = ISSUE_TEMPLATE.md
PULL_REQUEST_TEMPLATE.md = PULL_REQUEST_TEMPLATE.md
pushDocumentation.ps1 = pushDocumentation.ps1
README.md = README.md
semver.json = semver.json
LICENSE.txt = LICENSE.txt
Expand Down
48 changes: 0 additions & 48 deletions pushDocumentation.ps1

This file was deleted.

0 comments on commit 9d39e01

Please sign in to comment.