use our vuepress deployment action in docs deployment workflow

This commit is contained in:
mahula 2024-05-01 15:16:53 +02:00
parent e69ebabc04
commit 47b866584e
2 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,9 @@ jobs:
uses: actions/checkout@master uses: actions/checkout@master
- name: vuepress-deploy - name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master uses: IT4Change/vuepress-build-and-deploy@master
env: env:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_SCRIPT: npm install && npm run docs:build BUILD_SCRIPT: npm install && npm run docs:build
BUILD_DIR: build/docs/ BUILD_DIR: build/docs/
VUEPRESS_BASE: boilerplate-e2e-cypress-cucumber VUEPRESS_BASE: boilerplate-e2e-cypress-cucumber

View File

@ -1,6 +1,6 @@
# boilerplate-e2e-cypress-cucumber # boilerplate-e2e-cypress-cucumber
IT4C Boilerplate for End-to-End Testing with Cypress utilizing IT4C Boilerplate for End-to-End Testing with Cypress utilizing:
* [cypress-io/github-action](https://github.com/marketplace/actions/cypress-io) caching the Cypress installation and dependencies for fast Cypress CI initialisation * [cypress-io/github-action](https://github.com/marketplace/actions/cypress-io) caching the Cypress installation and dependencies for fast Cypress CI initialisation
* [Cucumber](https://cucumber.io/docs/gherkin/reference/) for human-readable test specifications * [Cucumber](https://cucumber.io/docs/gherkin/reference/) for human-readable test specifications
* [Multiple Cucumber HTML Reporter](https://github.com/WasiqB/multiple-cucumber-html-reporter/tree/main) to create easy readable, and searchable HTML reports enriched with metadata * [Multiple Cucumber HTML Reporter](https://github.com/WasiqB/multiple-cucumber-html-reporter/tree/main) to create easy readable, and searchable HTML reports enriched with metadata