Searched +full:gh +full:- +full:pages +full:- +full:branch (Results 1 – 2 of 2) sorted by relevance
11 group: ${{ github.workflow }}-${{ github.ref }}12 cancel-in-progress: true17 runs-on: ubuntu-22.0419 - uses: actions/checkout@v421 fetch-depth: 023 - name: Fetch tags25 git fetch --tags --force27 - uses: Open-CMSIS-Pack/gen-pack-action@main29 doxygen-version: 1.9.630 packchk-version: 1.4.1[all …]
1 # Simple workflow for deploying static content to GitHub Pages2 name: Deploy static content to GitHub Pages5 # Runs on pushes targeting the default branch7 branches: [gh-pages]12 # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages15 pages: write16 id-token: write18 # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest…19 # However, do NOT cancel in-progress runs as we want to allow these production deployments to compl…21 group: "pages"[all …]