Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 588ec39451 | |||
| 6f9435328c | |||
| 2bbd2b9194 |
@@ -5,7 +5,7 @@ runs:
|
|||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
args:
|
args:
|
||||||
- jekyll build
|
- jekyll build --trace
|
||||||
branding:
|
branding:
|
||||||
icon: 'book-open'
|
icon: 'book-open'
|
||||||
color: 'red'
|
color: 'red'
|
||||||
|
|||||||
@@ -6,11 +6,13 @@ set -x
|
|||||||
# Stop executing after error
|
# Stop executing after error
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Change permissions
|
|
||||||
chmod -R a+w /github/workspace
|
|
||||||
|
|
||||||
# Use working directory
|
# Use working directory
|
||||||
cd /github/workspace
|
chmod -R a+w /root/.cache/act/almouse/personalwebsite
|
||||||
|
cd /root/.cache/act/almouse/personalwebsite
|
||||||
|
|
||||||
|
pwd
|
||||||
|
|
||||||
|
ls -R
|
||||||
|
|
||||||
# Run command
|
# Run command
|
||||||
$*
|
$*
|
||||||
|
|||||||
Reference in New Issue
Block a user