Skip to content

Commit

Permalink
Merge branch 'import-customize' of github.com:RangelReale/mockery int…
Browse files Browse the repository at this point in the history
…o import-customize
  • Loading branch information
RangelReale committed Mar 10, 2023
2 parents c152fc0 + 8ca9a1d commit ac22d5e
Show file tree
Hide file tree
Showing 44 changed files with 1,381 additions and 705 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: static pages
on:
push:
branches:
- master
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
mockery.prof
dist
.idea
docs/ve
ve

0 comments on commit ac22d5e

Please sign in to comment.