Skip to content

Commit

Permalink
Update Documenter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Nov 24, 2020
1 parent f1ffa5a commit 6e6c40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Documentation
on:
push:
branches:
- lp/docs-example
- master
tags: '*'
pull_request:

Expand All @@ -20,4 +20,4 @@ jobs:
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia --project=docs/ docs/make.jl
run: julia --project=docs/ docs/make.jl

0 comments on commit 6e6c40b

Please sign in to comment.