Revert to vivi action

This commit is contained in:
2023-07-12 00:05:46 +00:00
parent d80d8c1b77
commit a7f015f130
4 changed files with 59 additions and 60 deletions

View File

@@ -1,28 +1,16 @@
#!/bin/sh
set -x # verbose mode
set -e # stop executing after error
# Set verbose mode
set -x
echo "Starting Jekyll build"
# Stop executing after error
set -e
####################################################
# Set workspace permissions
####################################################
# Change permissions
chmod -R a+w /github/workspace
pwd
# Use working directory
cd /github/workspace
ls -R
chmod -R a+w ./
####################################################
# Build the Jekyll site
####################################################
jekyll build --trace
####################################################
# Build completed
####################################################
echo "Completed Jekll build"
# Run command
$*