Skip to content

Commit

Permalink
Update sitemap-generation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucthienphong1120 authored Dec 28, 2023
1 parent b857f43 commit e1d9145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows /sitemap-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Generate xml sitemap
on:
push:
branches: [ main ]
paths: [ '**.html', '**.pdf' ]

jobs:
sitemap_job:
Expand All @@ -21,6 +20,7 @@ jobs:
uses: cicirello/generate-sitemap@v1
with:
base-url-path: https://education.crfnetwork.com/
include-pdf: true

- name: Output stats
run: |
Expand Down

0 comments on commit e1d9145

Please sign in to comment.