Skip to content

Commit

Permalink
feat: add Tauri documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Nov 11, 2023
1 parent 3de9dbd commit b1728c7
Show file tree
Hide file tree
Showing 5 changed files with 646 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
uses: actions/checkout@v4
- name: Update
run: make update
- name: Add, Commit & Push
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "feat: update knowledge base"
commit_user_email: [email protected]
commit_user_name: Ivan Gabriele
- name: Create Release Tag
id: tag
run: echo "RELEASE_TAG=v$(date +'%Y.%m.%d')" >> $GITHUB_OUTPUT
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
[submodule "edition-guide"]
path = edition-guide
url = https://github.com/rust-lang/edition-guide.git
[submodule "tauri-docs"]
path = tauri-docs
url = https://github.com/tauri-apps/tauri-docs.git
Loading

0 comments on commit b1728c7

Please sign in to comment.