Skip to content

Commit

Permalink
update deploy-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Feb 15, 2024
1 parent ccc3b8c commit 2eb3ea1
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@

name: docs

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
#on:
# push:
# branches: [ master ]
# pull_request:
# branches: [ master ]
# workflow_dispatch:

on: [ push, pull_request, workflow_dispatch ]

jobs:

Expand Down Expand Up @@ -79,4 +81,4 @@ jobs:
-
name: Deploy to Github Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v3

0 comments on commit 2eb3ea1

Please sign in to comment.