Skip to content

Commit 82b031a

Browse files
committed
restore publishing of main branch to gh pages
1 parent 8d24dbf commit 82b031a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
name: code-metadata-rendered
120120
path: _output/metadata/code
121121
- name: Publish to GitHub Pages
122-
if: github.ref == 'refs/heads/move-spec'
122+
if: github.ref == 'refs/heads/main'
123123
uses: peaceiris/actions-gh-pages@v3
124124
with:
125125
publish_dir: ./_output

0 commit comments

Comments
 (0)