Skip to content

Commit

Permalink
chore: Added tagging capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
martoc committed Mar 24, 2024
1 parent 3b17040 commit 80782fd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 10
fetch-tags: true
- name: Tag
uses: martoc/action-tag@v0
- name: Build the site in the jekyll/builder container
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
- name: Release on GitHub
uses: martoc/action-release@v0

0 comments on commit 80782fd

Please sign in to comment.