Lines Matching +full:apt +full:- +full:get
7 permissions: read-all
11 runs-on: ubuntu-22.04
18 - name: Checkout Code
21 - name: Git Prepare
24 git config --global user.email "intel_hal@intel.github.com"
25 git config --global user.name "Intel HAL Docs Robot"
28 - name: Install Doxygen Tools
30 sudo apt-get update
31 sudo apt-get install -y graphviz doxygen
33 - name: Run Doxygen
36 - name: Deploy New Doc
38 git checkout -b ${DOCS_BRANCH} origin/${DOCS_BRANCH}
39 rm -rf ./${DOCS_DIR_NAME}/
41 if [[ -n $(git status -s ./${DOCS_DIR_NAME}) ]]; then
43 git_hash=$(git rev-parse --short "${GITHUB_SHA}")
44 git commit -s -m "Update SEDI docs, triggered by ${git_hash}"