Skip to content

Commit

Permalink
Merge pull request #9 from OlenaYefymenko/6-correct-url-gha
Browse files Browse the repository at this point in the history
Update GH Actions configuration to reflect the new domain URL
  • Loading branch information
OlenaYefymenko committed Sep 16, 2023
2 parents ca5be1d + a6b067f commit 9fbee45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

environment:
name: gh-pages
url: https://olenayefymenko.github.io/blog
url: https://blog.yefymenko.pp.ua

permissions:
pages: write
Expand All @@ -68,7 +68,7 @@ jobs:
run: sleep 120
- name: Ping Google about the updated sitemap
run: >-
curl https://google.com/ping?sitemap=https://olenayefymenko.github.io/blog/sitemap.xml
curl https://google.com/ping?sitemap=https://blog.yefymenko.pp.ua/sitemap.xml
- name: Ping Google about the updated RSS feed
run: >-
curl https://google.com/ping?sitemap=https://olenayefymenko.github.io/blog/feed.xml
curl https://google.com/ping?sitemap=https://blog.yefymenko.pp.ua/feed.xml

0 comments on commit 9fbee45

Please sign in to comment.