diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 02a3d87..72ad40d 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -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' diff --git a/Makefile b/Makefile index 768dfc5..6353645 100644 --- a/Makefile +++ b/Makefile @@ -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)