Skip to content

Commit 46a3953

Browse files
authored
Update DEVELOPER.md
1 parent 4e3a9af commit 46a3953

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DEVELOPER.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ The documentation uses a dynamic versioning system that outputs standard HTML si
557557
558558
**Search Indexing:** All deployment workflows automatically execute `npx pagefind --site public` to generate a version-scoped search index specific to that deployment's base URL.
559559
560-
There are 6 GHA workflows we use to achieve document versioning (each deployment scenario has one workflow for GitHub Pages and one for Cloudflare Pages):
560+
There are 3 GHA workflows we use to achieve document versioning:
561561
562562
1. **Deploy In-development docs:**
563563
This workflow is run on every commit merged into the main branch. It deploys
@@ -567,7 +567,7 @@ There are 6 GHA workflows we use to achieve document versioning (each deployment
567567
1. **Deploy Versioned Docs:**
568568
When a new GitHub Release is published, it performs two deployments based on
569569
the new release tag. One to the new version subdirectory and one to the root
570-
directory of the versioned-gh-pages branch.
570+
directory of the cloudflare-pages branch.
571571
572572
**Note:** Before the release PR from release-please is merged, add the
573573
newest version into the hugo.toml file.
@@ -578,7 +578,7 @@ There are 6 GHA workflows we use to achieve document versioning (each deployment
578578
were released before this new system was in place. This workflow can be
579579
started on the UI by providing the git version tag which you want to create
580580
the documentation for. The specific versioned subdirectory and the root docs
581-
are updated on the versioned-gh-pages branch.
581+
are updated on the cloudflare-pages branch.
582582
583583
#### Contributors
584584

0 commit comments

Comments
 (0)