Skip to content

Commit

Permalink
chmod 777 tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
atas committed Oct 15, 2023
1 parent bcbced3 commit 64acfa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Run Ata's SSG HTML Builder
uses: atas/ssg-html-builder-action@2.1
uses: atas/ssg-html-builder-action@2.2
with:
less_file_path: 'assets/styles/style.less'

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ CONTAINER_IMAGE := $(shell grep 'image:' .github/workflows/build-deploy.yml | se

dev-server:
@echo "Starting dev server on image $(CONTAINER_IMAGE)"
@chmod 777 tmp
docker run --rm -it --entrypoint /dev-server-entrypoint.sh -p 8001:80 \
-v $(shell pwd):/workspace $(CONTAINER_IMAGE)

0 comments on commit 64acfa9

Please sign in to comment.