Skip to content

Commit

Permalink
workflow: Stop pushing to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney authored Sep 12, 2023
1 parent 83711dc commit be99e81
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- release
- develop
- beta
paths:
- 'docs/**'
- 'lib/esbonio/**'
Expand Down Expand Up @@ -50,12 +51,3 @@ jobs:
with:
name: 'docs'
path: 'docs/_build/${{ steps.build.outputs.version }}'

- name: 'Publish Docs'
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs/_build/${{ steps.build.outputs.version }}
target-folder: docs/${{ steps.build.outputs.version }}
clean: true
if: success() && ( startsWith(github.ref, 'refs/heads/release') || startsWith(github.ref, 'refs/heads/develop') )

0 comments on commit be99e81

Please sign in to comment.