WIP: Intégration de la carte du camp #58

Draft
Nono wants to merge 4 commits from feat/carte-camp into main
Showing only changes of commit c3e1dc84f3 - Show all commits

View file

@ -9,19 +9,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Pandoc
run: |
apt-get update
apt-get install -y pandoc
- name: Generate guide.html
run: bash update-guide.sh
- name: Install Podman
run: |
apt-get update
apt-get install -y podman
- name: Podman Login
run: |
echo "${{ secrets.DOCKER_PASSWORD }}" | podman login git.interhacker.space --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin