diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b489aa3..84fa2f6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -58,6 +58,7 @@ jobs: personal_token: ${{ secrets.PAT }} external_repository: albertlauncher/albertlauncher.github.io publish_branch: master + publish_dir: ./src/_site # - name: Deploy # run: | diff --git a/Dockerfile b/Dockerfile index dd19d75..bd15f56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -FROM ruby:3 - #-slim +FROM ruby:3-slim WORKDIR /srv/jekyll COPY src/Gemfile . @@ -13,6 +12,3 @@ RUN apt-get update \ && apt-get -y purge build-essential \ && apt-get -y autoremove \ && rm -rf /var/lib/apt/lists/* - - -# && gem install bundler \