We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b17040 commit 80782fdCopy full SHA for 80782fd
.github/workflows/jekyll.yml
@@ -4,13 +4,18 @@ on: [push]
4
5
jobs:
6
build:
7
-
8
runs-on: ubuntu-latest
9
10
steps:
11
- uses: actions/checkout@v4
+ with:
+ fetch-depth: 10
12
+ fetch-tags: true
13
+ - name: Tag
14
+ uses: martoc/action-tag@v0
15
- name: Build the site in the jekyll/builder container
16
run: |
17
docker run \
18
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
19
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