Skip to content

Commit

Permalink
Update deploy-documents.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyunMin authored Dec 13, 2023
1 parent d332282 commit d0e76ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
options: --ulimit nofile=10240:10240

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
repository: TizenAPI/TizenFX-Docs
ref: devel

- name: Checkout TizenFX sources
run: |
Expand Down Expand Up @@ -48,7 +47,7 @@ jobs:

deploy:
needs: [build]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/download-artifact@v2
Expand All @@ -64,7 +63,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
publish_branch: gh-pages
publish_branch: gh-pages-test
user_name: 'TizenAPI-Bot'
user_email: '[email protected]'
full_commit_message: 'Update documents'

0 comments on commit d0e76ad

Please sign in to comment.