feat: remove release constraint on docs deployment
Some checks are pending
gh-pages / build (push) Waiting to run
gh-pages / deploy (push) Blocked by required conditions
Nix Flake Actions / nix-matrix (push) Waiting to run
Nix Flake Actions / nix-build (push) Blocked by required conditions

Need a better story
to keep docs changes for new features away from the website
before they're released,
but in the short term we need
to be able to push out edits and fixes without releasing.

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-07-01 20:26:11 +01:00
parent 33d2f60701
commit aa9f78b716
No known key found for this signature in database
GPG Key ID: D49016E76AD1E8C0

View File

@ -6,8 +6,6 @@ on:
- main
pull_request:
workflow_dispatch:
release:
types: [released]
permissions:
contents: write
@ -43,7 +41,6 @@ jobs:
needs: build
runs-on: ubuntu-latest
name: deploy
if: github.event_name == 'release' && github.event._action == 'released'
steps:
- name: Deploy to GitHub Pages
id: deployment