Skip to content

Commit

Permalink
Removed test artifacts from gh_pages workflow (opensearch-project#347)
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>

Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong authored and AMoo-Miki committed Jul 12, 2023
1 parent 4ed5f60 commit a6586f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Docs to Github Pages
on:
workflow_dispatch:
push:
branches: [main, jsdoc]
branches: [main]
jobs:
update-docs:
runs-on: ubuntu-latest
Expand All @@ -23,11 +23,7 @@ jobs:
jsdoc api lib -d $DOC_FOLDER -r --readme README.md
cp *.md $DOC_FOLDER
cp *.txt $DOC_FOLDER
- name: Commit Docs Change
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
add: 'docs/* -f'
cp OpenSearch.svg $DOC_FOLDER
- name: Deploy Docs to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Dependencies
### Changed
- Remove test artifacts from gh_pages workflow ([#335](https://github.com/opensearch-project/opensearch-js/issues/335))
### Deprecated
### Removed
### Fixed
Expand Down

0 comments on commit a6586f0

Please sign in to comment.