Skip to content

Commit

Permalink
Revert "Fix sitemap.txt path"
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 authored Apr 21, 2024
1 parent 62c52b6 commit 5e27eac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sitemap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- 'master'

jobs:
docker-test:
runs-on: ubuntu-latest
Expand All @@ -23,5 +23,5 @@ jobs:
- name: Upload sitemap.txt as artifacts
uses: actions/upload-artifact@v4
with:
name: www/sitemap.txt
path: sitemap.txt
name: sitemap.txt
path: www/sitemap.txt

0 comments on commit 5e27eac

Please sign in to comment.