Skip to content

Merge pull request #90 from duckduckgo/ci-2024-11-03-kqjmx #17

Merge pull request #90 from duckduckgo/ci-2024-11-03-kqjmx

Merge pull request #90 from duckduckgo/ci-2024-11-03-kqjmx #17

Workflow file for this run

# Simple workflow for deploying static content to GitHub Pages
name: Deploy to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
update-gh-pages:
name: Update gh-pages branch
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: connor-baer/[email protected]
with:
branch: gh-pages
token: ${{ secrets.GITHUB_TOKEN }}
force: true