Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrylkowski committed Aug 10, 2023
1 parent 9163020 commit 1c3a0d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the site in the jekyll/builder container
Expand Down
1 change: 1 addition & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ $selection-background-color: unquote("{{ site.selection.background_color }}");
$selection-background-color: rgba(invert($brand-color), 0.3);
}

@import "yat";

0 comments on commit 1c3a0d2

Please sign in to comment.