Skip to content

Commit

Permalink
chore: restore build/deploy docs @ac13450
Browse files Browse the repository at this point in the history
  • Loading branch information
ciatph committed Sep 13, 2024
1 parent a07ceca commit c1eeada
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Build and Deploy Docs
on:
push:
branches:
- dev # Automatically trigger on pushes to the dev branch
- dev
release:
types: [published] # Automatically trigger on new releases
workflow_dispatch: # Allows manual triggering of the workflow
types: [published]

jobs:
build-docs:
Expand Down Expand Up @@ -39,7 +38,6 @@ jobs:
name: Deploy docs to Github Pages
needs: build-docs
runs-on: ubuntu-latest
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/dev')
steps:
- name: Download Artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit c1eeada

Please sign in to comment.