This commit is contained in:
tree 2023-01-23 17:10:31 +01:00
rodič e6c20855bc
revize aa43baa6e0
1 změnil soubory, kde provedl 2 přidání a 1 odebrání

Zobrazit soubor

@ -26,11 +26,12 @@ jobs:
run: make
# - name: Build changelog
# run: make changelog
- name: List ./dist
run: find dist
- name: Add custom domain
run: "touch dist/CNAME && echo \"data.prgblockweek.com\" >> dist/CNAME"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist