Skip to content

Commit

Permalink
return to previous release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Medek committed Oct 2, 2024
1 parent d23790e commit 1472a2a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ on:
branches:
- 'master'
- 'develop'
tags:
- '*'

jobs:
build:
Expand Down Expand Up @@ -54,16 +56,10 @@ jobs:
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'html-docs.zip'
filename: 'libtropic-html-docs.zip'
directory: 'build/docs/doxygen/html/'

- name: Upload HTML docs release
uses: "marvinpinto/action-automatic-releases@latest"
uses: ncipollo/release-action@v1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "HTML documentation"
files: |
build/docs/doxygen/html/html-docs.zip
artifacts: 'build/docs/doxygen/html/libtropic-html-docs.zip'

0 comments on commit 1472a2a

Please sign in to comment.