1
0

Added: sitemap.xml, robots.txt

Fixed: Removing unwanted pages for each post
This commit is contained in:
2023-12-18 05:40:26 +01:00
parent 6a826b1ec3
commit f4c7bfd959
4 changed files with 35 additions and 0 deletions

View File

@ -22,6 +22,9 @@ jobs:
- name: Build Zola Website
run: |
zola build
- name: Remove unwanted pages
run: bash ./delete_pages.sh
- name: Set Destination Folder if MASTER
if: ${{ github.ref == 'refs/heads/master' }}