Skip to content

Commit

Permalink
release(16.3.0): release 16.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Sep 7, 2023
1 parent f8788c1 commit f5c8bb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: deploy

on: push

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: BuildDocSite
name: docker-build-doc-site

on: push
# on:
# push:
# branches:
# - master

jobs:
website:
Expand Down Expand Up @@ -34,4 +38,4 @@ jobs:
context: .
file: ./Dockerfile.docs
push: true
tags: ng-alain/images:docs
tags: registry.gitlab.com/ng-alain/images:docs

0 comments on commit f5c8bb9

Please sign in to comment.