Skip to content

Commit

Permalink
chore: clean up 🧹 |> 🆙
Browse files Browse the repository at this point in the history
  • Loading branch information
janraasch committed Feb 7, 2024
1 parent a867002 commit 65e81df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
with:
app_id: ${{ secrets.BIG_MERGER_APP_ID }}
private_key: ${{ secrets.BIG_MERGER_PRIVATE_KEY }}
# env: # see https://github.com/tibdex/github-app-token/issues/54
# OPENSSL_CONF: /dev/null

- name: Dependabot metadata
id: dependabot-metadata
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,6 @@ jobs:
with:
hugo-version: latest

#
# See /scripts/generate_resources.sh
# this is taken care of... Hopefully :-)
#
# - name: Create hugo-product-launch folder in resources
# run: mkdir ./exampleSite/resources/_gen/assets/css/hugo-product-launch

# # Otherwise I keep getting the error:
# # Error: Error building site: POSTCSS: failed to transform "css/main.css" (text/css): resource "css/hugo-product-launch/css/main.css_674d3a8c056e8697f10ad004211806b8" not found in file cache.
# # see e.g. https://github.com/janraasch/hugo-product-launch/runs/1026595219?check_suite_focus=true#step:8:4
# - name: Copy cached resources to hugo-product-launch folder
# run: cp -R ./exampleSite/resources/_gen/assets/css/css ./exampleSite/resources/_gen/assets/css/hugo-product-launch/css

- name: Build local ./exampleSite
run: hugo --minify --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://janraasch.github.io/hugo-product-launch/

Expand Down

0 comments on commit 65e81df

Please sign in to comment.