This commit is contained in:
tree 2023-06-28 08:23:38 +02:00
rodič 87032af68f
revize 8b951d0b5b
1 změnil soubory, kde provedl 3 přidání a 0 odebrání

Zobrazit soubor

@ -29,6 +29,9 @@ jobs:
- name: Build sources
run: make
- name: Add custom domain
run: "touch dist/CNAME && echo \"ecosystem.atscan.net\" >> dist/CNAME"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}