Skip to content

Commit

Permalink
Update dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
esparig authored Jul 24, 2024
1 parent 4467d3b commit 09b73b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ jobs:
with:
# Upload entire repository
path: ./docpage/build
- name: Move build directory to root
run: mv ./docpage/build build
- name: Deploy to GitHub Pages
id: deployment
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: main
folder: ./docpage/build
folder: build
repository-name: esparig/dcnios-docs
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 09b73b7

Please sign in to comment.