Skip to content

Commit

Permalink
Update AccuLadder.yml
Browse files Browse the repository at this point in the history
Commenting out the subfolder thing
  • Loading branch information
jeremy-farrance authored Oct 29, 2023
1 parent 51ba1cb commit db8892c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/AccuLadder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
export PATH="$PATH:/home/runner/.dotnet/tools"
docfx ./docfx/docfx.json
- name: Move Documentation to Subfolder
run: |
mkdir -p ./_site/root/AccuLadder
cp -r ./_site/* ./_site/root/AccuLadder/
# - name: Move Documentation to Subfolder
# run: |
# mkdir -p ./_site/root/AccuLadder
# cp -r ./_site/* ./_site/root/AccuLadder/

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit db8892c

Please sign in to comment.