Skip to content

Commit

Permalink
Merge pull request #188 from TYPO3-Documentation/debug
Browse files Browse the repository at this point in the history
Update CI.yml - disable gh-pages (for now)
  • Loading branch information
marble authored May 9, 2023
2 parents 2ff8987 + 09d1358 commit cb22c59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,13 @@ jobs:
path: site
- name: Publish
uses: JamesIves/github-pages-deploy-action@releases/v3
#
#
# disabled while secrets.GITHUB_REPO_ACCESS doesn't work
#
if: 0
#
#
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_REPO_ACCESS }}
BRANCH: gh-pages
Expand Down

0 comments on commit cb22c59

Please sign in to comment.