Skip to content

Commit 681a6c1

Browse files
authored
Merge pull request #369 from ExaWorks/fetch_tags_before_building_web
Update build-website.yml
2 parents d79df11 + c53a2bf commit 681a6c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-website.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
-
1212
name: Checkout
1313
uses: actions/checkout@v2
14+
-
15+
name: Fetch tags
16+
run: git fetch --all --tags
1417
-
1518
name: Build Website
1619
run: /bin/bash web/build.sh

0 commit comments

Comments
 (0)