Skip to content

Commit f08bfdb

Browse files
committed
#3414 webpage: update workflows for releasing the vuepress 2 webpage
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent f927db3 commit f08bfdb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-deploy-webpage-next.yml renamed to .github/workflows/build-deploy-webpage-prev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: Build and Deploy Webpage Next
1+
name: Build and Deploy Webpage Vuepress 1
22
on:
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

1414
defaults:
@@ -40,6 +40,6 @@ jobs:
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 }}

.github/workflows/build-deploy-webpage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Deploy Webpage
1+
name: Build and Deploy Webpage Vuepress 2
22
on:
33
push:
44
branches: [main]

0 commit comments

Comments
 (0)