From 47b866584eab9604de935eda739ac3b733ecfab6 Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 1 May 2024 15:16:53 +0200 Subject: [PATCH] use our vuepress deployment action in docs deployment workflow --- .github/workflows/e2e.deploy.docs.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.deploy.docs.yml b/.github/workflows/e2e.deploy.docs.yml index 7e5aa09..0cdb69d 100644 --- a/.github/workflows/e2e.deploy.docs.yml +++ b/.github/workflows/e2e.deploy.docs.yml @@ -32,9 +32,9 @@ 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 BUILD_DIR: build/docs/ - VUEPRESS_BASE: boilerplate-e2e-cypress-cucumber \ No newline at end of file + VUEPRESS_BASE: boilerplate-e2e-cypress-cucumber diff --git a/README.md b/README.md index 8c81e8b..6b3cc1f 100644 --- a/README.md +++ b/README.md @@ -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