diff --git a/.github/workflows/blogtini.yml b/.github/workflows/blogtini.yml index 1d4ed27..9aa166c 100644 --- a/.github/workflows/blogtini.yml +++ b/.github/workflows/blogtini.yml @@ -4,10 +4,17 @@ name: blogtini.com lightweight build & deploy to GitHub Pages # First, you must permit the reusable workflow to be called from another organization. For that, go to Organization settings -> Actions -> General. Under the policies, select the "Allow all actions and reusable workflows" option to use the workflow outside the organization. -# Example usage: +## Example usage: #on: # push: # branches: ["main"] +# +## Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +#permissions: +# contents: read +# pages: write +# id-token: write +# #jobs: # blogtini: # uses: traceypooh/blogtini/.github/workflows/blogtini.yml@main @@ -43,7 +50,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v5 - name: Blogtini setup - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: traceypooh/blogtini path: _blogtini diff --git a/sitemap.xml b/sitemap.xml deleted file mode 100644 index 94084a1..0000000 --- a/sitemap.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - https://blogtini.com/about/ - 2023-06-30T14:15:42-04:00 - - - - https://blogtini.com/2024-07-blogtini-seo/ - 2024-07-06T23:26:31-04:00 - - - - https://blogtini.com/2023-06-blogtini-themes-and-web-components-updates/ - 2023-07-05T14:24:21-04:00 - - - - https://blogtini.com/2023-06-blogtini-dwebcamp/ - 2024-07-04T23:35:13-04:00 - - - - https://blogtini.com/2022-08-blogtini-dwebcamp/ - 2024-07-04T23:35:13-04:00 - - - - https://blogtini.com/2022-07-blogtini-update/ - 2023-06-22T20:50:40-07:00 - -