Skip to content

Commit

Permalink
Specify the tag of m.css in the gh-pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Jun 28, 2022
1 parent 509542d commit ebf5c1e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches: master

env:
mcss_TAG: 374ec55a6610c1856e7374aea7dc1535ed8b64f8

jobs:
build:
runs-on: ubuntu-20.04
Expand All @@ -24,7 +27,9 @@ jobs:
- name: Fetch m.css
run: |
cd ${GITHUB_WORKSPACE}
git clone git://github.com/mosra/m.css
git clone https://github.com/mosra/m.css.git
cd m.css
git checkout ${mcss_TAG}
- name: Build docs
run: |
Expand Down

0 comments on commit ebf5c1e

Please sign in to comment.