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,7 +32,7 @@ jobs:
uses: actions/checkout@master
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
uses: IT4Change/vuepress-build-and-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_SCRIPT: npm install && npm run docs:build

View File

@ -1,6 +1,6 @@
# 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
* [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