Merge pull request #76 from IT4Change/use-our-vuepress-deploy-action-in-workflows

refactor(other): use our vuepress deployment action in docs deployment workflow
This commit is contained in:
mahula 2024-05-01 15:18:38 +02:00 committed by GitHub
commit c7080f1cb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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