Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 588ec39451 | |||
| 6f9435328c |
@@ -5,7 +5,7 @@ runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- jekyll build
|
||||
- jekyll build --trace
|
||||
branding:
|
||||
icon: 'book-open'
|
||||
color: 'red'
|
||||
|
||||
@@ -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
|
||||
$*
|
||||
|
||||
Reference in New Issue
Block a user