Skip to content

Commit

Permalink
mod action
Browse files Browse the repository at this point in the history
  • Loading branch information
ednunezg committed Sep 23, 2024
1 parent 5e56c47 commit 3666ec7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- 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:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
-v ${{ github.workspace }}:/srv/jekyll \
-v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:4.3.4 /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
4 changes: 2 additions & 2 deletions _site/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<description>software developer by day . runner by night . amateur musician whatever time is left</description>
<link>http://localhost:4000/</link>
<atom:link href="http://localhost:4000/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Mon, 23 Sep 2024 15:27:45 -0700</pubDate>
<lastBuildDate>Mon, 23 Sep 2024 15:27:45 -0700</lastBuildDate>
<pubDate>Mon, 23 Sep 2024 15:33:15 -0700</pubDate>
<lastBuildDate>Mon, 23 Sep 2024 15:33:15 -0700</lastBuildDate>
<generator>Jekyll v4.3.4</generator>

<item>
Expand Down

0 comments on commit 3666ec7

Please sign in to comment.