Lines Matching +full:gh +full:- +full:pages +full:- +full:branch
1 # 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"
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