Skip to content

Commit

Permalink
Merge pull request #75 from cms-ml/fix_deployment
Browse files Browse the repository at this point in the history
Fix deployment
  • Loading branch information
valsdav committed Apr 29, 2024
2 parents cebbd7b + 38bc8e0 commit e1122f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
persist-credentials: false

- name: Pull docker image 🐳
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN pip install --no-cache-dir termynal

# fetch the repository and change the workdir
RUN git clone https://github.com/cms-ml/documentation.git /documentation
RUN git config --global --add safe.directory /documentation
WORKDIR /documentation

# default command
Expand Down

0 comments on commit e1122f2

Please sign in to comment.