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 25, 2024
1 parent 11f8968 commit 1a43107
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,11 @@ 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: build/dcnios
branch: dev-esparig
folder: build
repository-name: esparig/dcnios-docs
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1a43107

Please sign in to comment.