mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
clean up docs deploy workflow
This commit is contained in:
parent
547f2b0113
commit
784062458d
18
.github/workflows/e2e.deploy.docs.yml
vendored
18
.github/workflows/e2e.deploy.docs.yml
vendored
@ -3,7 +3,7 @@ name: e2e:deploy:docs to github
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- change-docs-deploy-action
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
files-changed:
|
files-changed:
|
||||||
@ -31,22 +31,6 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
# - name: Set Node version
|
|
||||||
# uses: actions/setup-node@v4
|
|
||||||
# with:
|
|
||||||
# node-version: 21
|
|
||||||
|
|
||||||
- name: Build Docs
|
|
||||||
run: npm install && npm run docs:build
|
|
||||||
|
|
||||||
# - name: Deploy to GitHub Pages
|
|
||||||
# uses: crazy-max/ghaction-github-pages@v4
|
|
||||||
# with:
|
|
||||||
# target_branch: gh-pages
|
|
||||||
# build_dir: build/docs/
|
|
||||||
# env:
|
|
||||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: vuepress-deploy
|
- name: vuepress-deploy
|
||||||
uses: jenkey2011/vuepress-deploy@master
|
uses: jenkey2011/vuepress-deploy@master
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user