feat: Add getHomeDir() for windows (#86)

This commit is contained in:
Shohei Ueda
2020-02-05 20:04:31 +09:00
committed by GitHub
parent 9f11da81ae
commit ed21b6a594
2 changed files with 27 additions and 4 deletions

View File

@@ -23,11 +23,12 @@ jobs:
runs-on: ${{ matrix.os }}
if: contains(github.event.head_commit.message, '[skip ci]') == false
strategy:
max-parallel: 1
matrix:
os:
- 'ubuntu-18.04'
# - 'macos-latest'
# - 'windows-latest'
- 'macos-latest'
- 'windows-latest'
steps:
- uses: actions/checkout@v2
@@ -66,7 +67,7 @@ jobs:
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_branch: master
# publish_branch: gh-pages
publish_dir: ./test_projects/mdbook/book
# external_repository: ''
allow_empty_commit: true