mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
Merge pull request #53 from IT4Change/change-docs-deploy-action
fix(other): fix docs build path in docsdeploy workflow
This commit is contained in:
commit
9a5221b74e
3
.github/workflows/e2e.deploy.docs.yml
vendored
3
.github/workflows/e2e.deploy.docs.yml
vendored
@ -44,6 +44,7 @@ jobs:
|
||||
uses: crazy-max/ghaction-github-pages@v4
|
||||
with:
|
||||
target_branch: gh-pages
|
||||
build_dir: .vuepress/.temp
|
||||
build_dir: build/docs
|
||||
verbose: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user