1
0
mirror of https://github.com/sasjs/core.git synced 2026-06-09 04:10:20 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Allan Bowe 7448252b22 fix: use PAT for pushing docs to another repo 2026-05-01 11:15:16 +01:00
Allan Bowe 1fb52d5f73 fix: installing doxygen in pipeline 2026-05-01 09:21:26 +00:00
+3 -1
View File
@@ -69,5 +69,7 @@ jobs:
- name: Update Docs Site
if: steps.makerelease.outputs.new_release_published == 'true'
run: |
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
sudo apt-get update
sudo apt-get install -y doxygen
export GITHUB_TOKEN=${{ secrets.CORESASJSIO_PAT }}
npm run docs