Skip to content

Commit

Permalink
Merge pull request #236 from nimblehq/fix/235-wiki-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
suho authored Dec 3, 2021
2 parents ea2109a + ee2cf62 commit cfcb20d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_docs_to_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- docs/**
branches:
- main
- master

env:
USER_TOKEN: ${{ secrets.NIMBLE_DEV_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@ DerivedData

# Tuist
.tuist-generated

# JetBrains IDEs

.idea

0 comments on commit cfcb20d

Please sign in to comment.