Home
last modified time | relevance | path

Searched +full:gh +full:- +full:pages +full:- +full:branch (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-3.7.0-3.6.0/.github/workflows/
Dpack.yml11 group: ${{ github.workflow }}-${{ github.ref }}
12 cancel-in-progress: true
17 runs-on: ubuntu-22.04
19 - uses: actions/checkout@v4
21 fetch-depth: 0
23 - name: Fetch tags
25 git fetch --tags --force
27 - uses: Open-CMSIS-Pack/gen-pack-action@main
29 doxygen-version: 1.9.6
30 packchk-version: 1.4.1
[all …]
Dgh-pages.yml1 # Simple workflow for deploying static content to GitHub Pages
2 name: Deploy static content to GitHub Pages
5 # Runs on pushes targeting the default branch
7 branches: [gh-pages]
12 # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
15 pages: write
16 id-token: write
18 # 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 …]