Skip to content

Commit

Permalink
static/docs -> _documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Sep 3, 2024
1 parent a076bab commit 83808c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ jobs:
with:
fetch-depth: 0
submodules: "recursive"
ref: "static/docs"
ref: "_documentation"

- name: Create the documentation branch if it does not already exist
if: "${{ steps.checkout-docs.outcome != 'success' }}"
run: git switch --orphan static/docs
run: git switch --orphan _documentation

- name: Ensure any previous documentation for this branch is removed
run: rm -rf "./${{ github.ref_name }}"
Expand All @@ -121,7 +121,7 @@ jobs:
git config user.email "[email protected]";
git add .;
git commit --allow-empty -m "Build ${{ github.ref_name }} from ${{ github.sha }}";
git push origin static/docs;
git push origin _documentation;
upload-release-asset:
name: Upload Release Asset
Expand Down

0 comments on commit 83808c8

Please sign in to comment.