Lines Matching +full:runs +full:- +full:on
4 on:
5 # Runs on pushes targeting the default branch
7 branches: [gh-pages]
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…
22 cancel-in-progress: false
28 name: github-pages
30 runs-on: ubuntu-latest
32 - name: Checkout
35 - name: Setup Pages
36 uses: actions/configure-pages@v5
38 - name: Upload artifact
39 uses: actions/upload-pages-artifact@v3
44 - name: Deploy to GitHub Pages
46 uses: actions/deploy-pages@v4