Skip to content

Commit

Permalink
remove references to Mpdreamz/docset-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Nov 5, 2024
1 parent 26dd0d6 commit 7a9941d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
IMAGE_NAME: mpdreamz/docs-builder
IMAGE_NAME: elastic/docs-builder
BASE_IMAGE: mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-jammy-chiseled-aot
DOCKER_TAG: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && 'latest;edge' || 'edge' }}

Expand All @@ -37,9 +37,9 @@ jobs:
id: pages
uses: actions/[email protected]
- name: Build documentation
uses: Mpdreamz/docset-builder@main
uses: elastic/docs-builder@main
with:
prefix: "docset-builder"
prefix: "docs-builder"
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build documentation
uses: Mpdreamz/docset-builder@main
uses: elastic/docs-builder@main

build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion src/Elastic.Markdown/Slices/Layout/_Footer.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="sy-foot-reserved md:flex justify-between items-center">
<div class="sy-foot-copyright"><p>2024, Elasticsearch B.V. All Rights Reserved.</p>

<p> Made with <a href="https://github.com/Mpdreamz/docset-builder">Elastic.Markdown</a> and <a href="https://shibuya.lepture.com">Shibuya theme</a>.
<p> Made with <a href="https://github.com/elastic/docs-builder">Elastic.Markdown</a> and <a href="https://shibuya.lepture.com">Shibuya theme</a>.
</p>
</div>
<div class="sy-foot-socials"></div>
Expand Down

0 comments on commit 7a9941d

Please sign in to comment.