-
-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'dotnet/develop/3.0' into develop/3/com-…
…bindings-refactor
- Loading branch information
Showing
118 changed files
with
21,670 additions
and
5,806 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: Website Build | ||
on: | ||
push: | ||
branches: | ||
- 'develop/3.0' | ||
pull_request: | ||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
|
||
jobs: | ||
Build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Build Website | ||
run: | | ||
git submodule update --init eng/submodules/silk.net-2.x | ||
cd eng/submodules/silk.net-2.x | ||
git fetch --all | ||
cd ../../.. | ||
./build.sh website | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Upload artifact | ||
if: ${{ github.repository == 'dotnet/Silk.NET' && github.ref == 'refs/heads/develop/3.0' }} | ||
uses: actions/upload-pages-artifact@v3 | ||
with: | ||
path: "artifacts/docs/Silk.NET" | ||
Deploy: | ||
if: ${{ github.repository == 'dotnet/Silk.NET' && github.ref == 'refs/heads/develop/3.0' }} | ||
environment: | ||
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} | ||
runs-on: ubuntu-latest | ||
needs: Build | ||
steps: | ||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
uses: actions/deploy-pages@v4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
docs/for-contributors/generators/emitter/about formatting.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
docs/for-contributors/generators/symbol-layer/symbol-visitor.md
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
docs/for-contributors/generators/symbol-layer/symbols/README.md
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
docs/for-contributors/generators/symbol-layer/type-references.md
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
docs/for-contributors/generators/symbol-layer/type-store.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.