We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9adf44e commit a90a3e5Copy full SHA for a90a3e5
.github/workflows/pages.yml
@@ -77,7 +77,7 @@ jobs:
77
artifact: "true"
78
- name: Publish docs
79
uses: JamesIves/[email protected]
80
- if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
+ #if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
81
with:
82
branch: gh-pages
83
folder: ${{ steps.build.outputs.artifact }}
0 commit comments