2 Commits

Author SHA1 Message Date
588ec39451 Add trace to jekyll 2023-07-12 00:13:26 +00:00
6f9435328c Add write permissions to working directory 2023-07-12 00:10:18 +00:00
2 changed files with 6 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ runs:
using: 'docker'
image: 'Dockerfile'
args:
- jekyll build
- jekyll build --trace
branding:
icon: 'book-open'
color: 'red'

View File

@@ -7,7 +7,12 @@ set -x
set -e
# Use working directory
chmod -R a+w /root/.cache/act/almouse/personalwebsite
cd /root/.cache/act/almouse/personalwebsite
pwd
ls -R
# Run command
$*