Skip to content

Commit

Permalink
Move main docs to main folder (#74)
Browse files Browse the repository at this point in the history
* move main docs to main folder on gh-pages

Signed-off-by: Michael Anderson <[email protected]>

* remove clean exclude from deploy

Signed-off-by: Michael Anderson <[email protected]>

---------

Signed-off-by: Michael Anderson <[email protected]>
  • Loading branch information
andermi authored Feb 13, 2024
1 parent 7c1b9c5 commit 9c53dcc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
schedule:
- cron: '0 0 * * *' # run nightly at midnight

# Allows manual workflow from Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: write
Expand Down Expand Up @@ -50,4 +53,7 @@ jobs:
with:
branch: gh-pages
folder: ./docs/site
clean-exclude: pr-preview/
clean: true
# clean-exclude: pr-preview/
target-folder: main
force: false

0 comments on commit 9c53dcc

Please sign in to comment.