File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : Build and Deploy Webpage Next
1+ name : Build and Deploy Webpage Vuepress 1
22on :
33 push :
4- branches : ["feature/ vuepress-next" ]
4+ branches : [vuepress-prev ]
55 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths
66 # if [[ ${changed_file} == "CHANGELOG.md" ]] || [[ ${changed_file} = screenshots* ]] || [[ ${changed_file} = webpage* ]] || [[ ${changed_file} = ".github/workflows/build-deploy-webpage.yml" ]] ;
77 paths :
88 - " CHANGELOG.md"
99 - " screenshots/**"
1010 - " webpage/**"
11- - " .github/workflows/build-deploy-webpage-next .yml"
11+ - " .github/workflows/build-deploy-webpage-prev .yml"
1212 workflow_dispatch :
1313
1414defaults :
4040 # path: ./webpage
4141 context : ./webpage
4242 file : ./webpage/Dockerfile
43- tags : pbeke/qownnotes-webpage-next :latest
43+ tags : pbeke/qownnotes-webpage-prev :latest
4444 - name : Image digest
4545 run : echo ${{ steps.docker_build.outputs.digest }}
Original file line number Diff line number Diff line change 1- name : Build and Deploy Webpage
1+ name : Build and Deploy Webpage Vuepress 2
22on :
33 push :
44 branches : [main]
You can’t perform that action at this time.
0 commit comments