Skip to content

Commit 58a78ff

Browse files
committed
build documentation container in CI
1 parent 5c066a4 commit 58a78ff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,14 @@ jobs:
6666
npm install
6767
npm test
6868
npm run build
69+
test-documentation-image:
70+
runs-on: ubuntu-latest
71+
steps:
72+
- name: Check out src from Git
73+
uses: actions/checkout@v2
74+
- name: Get history and tags for SCM versioning to work
75+
run: |
76+
git fetch --prune --unshallow
77+
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
78+
- name: Build Docker Image
79+
run: docker build . --file docs/Dockerfile

0 commit comments

Comments
 (0)