Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Add dynamic hostname generation for hardware-based device identif… #75

Add dynamic hostname generation for hardware-based device identif…

Add dynamic hostname generation for hardware-based device identif… #75

Workflow file for this run

# SPDX-FileCopyrightText: 2022-2026 TII (SSRC) and the Ghaf contributors
#
# SPDX-License-Identifier: Apache-2.0
name: doc
on:
push:
branches:
- main
paths:
- "docs/**"
permissions:
contents: read
jobs:
deploy:
name: build doc and deploy to gh pages
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: cachix/install-nix-action@7ec16f2c061ab07b235a7245e06ed46fe9a1cab6 # v31.8.3
- name: build
run: nix build .#doc
- name: deploy
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./result