Skip to content

Commit

Permalink
github workflow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mnjm committed Mar 9, 2025
1 parent aa13068 commit 0a715a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,11 @@ jobs:
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Clone theme
- name: Clone Demo Site
run: git clone https://github.com/mnjm/kayal.git exampleSite --depth 1 --single-branch --branch exampleSite
- name: Setup Pages
id: pages
Expand Down

0 comments on commit 0a715a1

Please sign in to comment.