Skip to content

Commit

Permalink
Update deploy-documents-latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyunMin authored Jun 19, 2024
1 parent c6312cd commit 197974d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/deploy-documents-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
branches:
- test-actions

env:
DOCFX_FILE: docfx_tizen_docs.json
DEPLOY_BRANCH: gh-pages
CACHE_NAME: docfx-gh-pages-site

jobs:

build:
Expand All @@ -31,7 +26,7 @@ jobs:
uses: actions/cache@v2
with:
path: _site
key: ${{ env.CACHE_NAME }}-${{ hashFiles('repos/commits') }}
key: docfx-gh-pages-site-${{ hashFiles('repos/commits') }}

- name: Build Documents
if: steps.cache-site.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -65,7 +60,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
keep_files: true
publish_branch: ${{ env.DEPLOY_BRANCH }}
publish_branch: gh-pages
user_name: 'TizenAPI-Bot'
user_email: '[email protected]'
full_commit_message: 'Update documents'
full_commit_message: 'Update documents'

0 comments on commit 197974d

Please sign in to comment.