macros: Merge ruma-api-macros into ruma-macros

This commit is contained in:
Kévin Commaille
2022-03-02 15:19:16 +01:00
committed by GitHub
parent b7ce34b4d7
commit 0d49715f29
24 changed files with 79 additions and 340 deletions

View File

@@ -30,7 +30,7 @@ jobs:
RUSTDOCFLAGS: "--enable-index-page -Zunstable-options --cfg docsrs"
with:
command: doc
args: --no-deps --workspace --exclude ruma-api-macros --exclude ruma-macros --exclude ruma-identifiers-validation --exclude xtask --all-features -Zrustdoc-map
args: --no-deps --workspace --exclude ruma-macros --exclude ruma-identifiers-validation --exclude xtask --all-features -Zrustdoc-map
- name: Deploy to docs branch
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: JamesIves/github-pages-deploy-action@4.1.4