Skip to content

Commit

Permalink
Merge pull request #134 from deining/module
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa committed Mar 3, 2023
2 parents 1907474 + d4138c0 commit 7987c63
Show file tree
Hide file tree
Showing 62 changed files with 65 additions and 4,742 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/fresh-to-vercel-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,9 @@ jobs:
- name: Build with Hugo on PR
working-directory: exampleSite
run: |
git clone https://github.com/StefMa/hugo-fresh themes/hugo-fresh
cd themes/hugo-fresh
git fetch origin ${{ github.ref }}:pr-branch-name
git checkout pr-branch-name
cd ../..
hugo \
--minify \
--baseURL https://hugo-fresh-${{ github.run_number }}.vercel.app
--baseURL https://hugo-fresh-${{ github.event.pull_request.head.user.login }}-${{ github.event.pull_request.head.ref }}.vercel.app
- name: Save hugo as artifact
uses: actions/upload-artifact@v3
Expand All @@ -37,7 +32,7 @@ jobs:
- name: Save alias domain
run: |
mkdir -p ./alias-domain
echo https://hugo-fresh-${{ github.run_number }}.vercel.app > ./alias-domain/alias-domain
echo hugo-fresh-${{ github.event.pull_request.head.user.login }}-${{ github.event.pull_request.head.ref }}.vercel.app > ./alias-domain/alias-domain
- name: Save alias domain as artifact
uses: actions/upload-artifact@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/fresh-to-vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Build with Hugo on master
working-directory: exampleSite
run: |
git clone https://github.com/StefMa/hugo-fresh themes/hugo-fresh
hugo \
--minify \
--baseURL https://hugo-fresh.vercel.app/
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
public
.hugo_build.lock
8 changes: 0 additions & 8 deletions assets/bulma/bulma.sass

This file was deleted.

5 changes: 0 additions & 5 deletions assets/bulma/sass/base/_all.sass

This file was deleted.

127 changes: 0 additions & 127 deletions assets/bulma/sass/base/generic.sass

This file was deleted.

0 comments on commit 7987c63

Please sign in to comment.