Intégration de la carte du camp #58

Merged
Nono merged 4 commits from feat/carte-camp into main 2026-07-02 10:05:36 +00:00
Showing only changes of commit e87b436ec8 - 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