Skip to content

Commit 4c45368

Browse files
committed
Fix release deployment
1 parent 788ea9f commit 4c45368

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
name: docs
2121
path: docs/build
2222

23-
- name: Publish "latest" docs
24-
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' }}
23+
- name: Publish latest Release
2524
uses: JamesIves/github-pages-deploy-action@releases/v4
2625
with:
2726
repository-name: chipflow/chipflow.github.io

0 commit comments

Comments
 (0)