Added: sitemap.xml, robots.txt
Fixed: Removing unwanted pages for each post
This commit is contained in:
@ -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' }}
|
||||
|
Reference in New Issue
Block a user