mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-12 20:55:48 +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:
|
||||
push:
|
||||
branches:
|
||||
- change-docs-deploy-action
|
||||
- master
|
||||
|
||||
jobs:
|
||||
files-changed:
|
||||
@ -31,22 +31,6 @@ jobs:
|
||||
- name: Checkout
|
||||
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
|
||||
uses: jenkey2011/vuepress-deploy@master
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user