Skip to content

Commit 67594db

Browse files
Remove install guide related refs; add vim to dev
1 parent f0bf6f5 commit 67594db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM bitnami/python:3.13
22

3-
RUN apt update && apt upgrade -y
3+
RUN apt update && apt upgrade -y && apt install vim -y
44

55
# Add dev requirements
66
ADD requirements.txt /tmp/

.github/workflows/build-sphinx-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
echo "
7777
Creating checksums.txt..."
78-
sha512sum salt-user-guide.tar.gz salt.repo salt.sources | tee checksums.txt
78+
sha512sum salt-user-guide.tar.gz | tee checksums.txt
7979
8080
- name: Release
8181
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda

0 commit comments

Comments
 (0)