mirror of
https://github.com/sasjs/core.git
synced 2026-06-08 12:00:21 +00:00
fix: installing doxygen in pipeline
This commit is contained in:
@@ -69,5 +69,7 @@ jobs:
|
||||
- name: Update Docs Site
|
||||
if: steps.makerelease.outputs.new_release_published == 'true'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y doxygen
|
||||
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||
npm run docs
|
||||
|
||||
Reference in New Issue
Block a user