Skip to content

Commit

Permalink
ci: debug - see if it works
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Nov 21, 2023
1 parent c02d3b8 commit ebdd0e8
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Build and Deploy Docs
on:
push:
branches:
- master
# branches:
# - master
# pull_request:
# branches: [ master ]

jobs:
build-and-deploy-docs:
runs-on: ubuntu-latest
Expand All @@ -22,8 +25,8 @@ jobs:
- name: Build docs
run: npm run docs

- name: Deploy docs
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.
# - name: Deploy docs
# uses: JamesIves/github-pages-deploy-action@v4.4.3
# with:
# branch: gh-pages # The branch the action should deploy to.
# folder: docs # The folder the action should deploy.

0 comments on commit ebdd0e8

Please sign in to comment.