Skip to content

Commit 80782fd

Browse files
committed
chore: Added tagging capabilities
1 parent 3b17040 commit 80782fd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@ on: [push]
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
9-
108
steps:
119
- uses: actions/checkout@v4
10+
with:
11+
fetch-depth: 10
12+
fetch-tags: true
13+
- name: Tag
14+
uses: martoc/action-tag@v0
1215
- name: Build the site in the jekyll/builder container
1316
run: |
1417
docker run \
1518
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
1619
jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
20+
- name: Release on GitHub
21+
uses: martoc/action-release@v0

0 commit comments

Comments
 (0)