Skip to content

Commit

Permalink
warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jul 9, 2024
1 parent 04cdcec commit 3de2d56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 36 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/blogtini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
34 changes: 0 additions & 34 deletions sitemap.xml

This file was deleted.

0 comments on commit 3de2d56

Please sign in to comment.