Skip to content

Commit

Permalink
removing the deploy to docs/ in favor of just root
Browse files Browse the repository at this point in the history
  • Loading branch information
nickwimer committed Jun 28, 2024
1 parent 39c5325 commit 1673fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set TARGET_FOLDER and CLEAN
run: |
if [ "${{ github.event_name }}" == "push" ] && [ "${{ github.ref }}" == "refs/heads/main" ]; then
echo "TARGET_FOLDER=docs/" >> $GITHUB_ENV
echo "TARGET_FOLDER=/" >> $GITHUB_ENV
echo "CLEAN=true" >> $GITHUB_ENV
elif [ "${{ github.event_name }}" == "pull_request" ] && [ "${{ github.event.action }}" == "closed" ]; then
echo "TARGET_FOLDER=pr-preview/${{ github.event.number }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 1673fa0

Please sign in to comment.