Skip to content

Commit

Permalink
Merge pull request #226 from sujaykundu777/sk/july2024
Browse files Browse the repository at this point in the history
update build action to v1.0.5
  • Loading branch information
sujaykundu777 authored Jul 11, 2024
2 parents 472ab6f + 4de71e4 commit cbd6512
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,22 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build the site in the jekyll/builder container
- name: Build the site in the jekyll-docker container
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
jvconseil/jekyll-docker:4.3.3 /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
# - name: Build the site in the jekyll/builder container
# run: |
# docker run \
# -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
# jekyll/builder:4.3.3 /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
# - name: Build the site in the jekyll/builder container
# run: |
# docker run \
# -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
# jekyll/builder:pages /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"

# Then check the markdown files are properly formatted
analyse:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4

- name: Deploy Jekyll Site
uses: sujaykundu777/[email protected].4
uses: sujaykundu777/[email protected].5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}
Expand Down
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ plugins:
# gh-pages - For Github Pages
# firebase - For Firebase Hosting

sass:
sass_dir: _sass
style: compressed

exclude:
- .sass-cache/
- .jekyll-cache/
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
---

@charset "utf-8";

@import "devlopr";

/* custom css goes below */
.example-main {
color: blue;
}

0 comments on commit cbd6512

Please sign in to comment.