Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Sep 4, 2024
1 parent 3a3c6f6 commit 1aa1326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM ruby:3
#-slim
FROM ruby:3-slim

WORKDIR /srv/jekyll
COPY src/Gemfile .
Expand All @@ -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 \

0 comments on commit 1aa1326

Please sign in to comment.