Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wpiet committed Aug 5, 2024
1 parent 7611c5e commit 3694fef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@
#

name: Deploy Site
on:
push:
branches:
- 'master'
on: push
# branches:
# - 'master'

jobs:
deploy:
name: Deploy Site
runs-on: ubuntu-20.04
if: github.event.repository.fork == false
# if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,5 @@ extra:
copyright: "Apache Mynewt is available under Apache License, version 2.0."

google_analytics: ["UA-72162311-1", "auto"]

# test

0 comments on commit 3694fef

Please sign in to comment.