1
0
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:
Allan Bowe
2026-05-01 09:21:26 +00:00
parent 0c90ac8deb
commit 1fb52d5f73
+2
View File
@@ -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