Pārlūkot izejas kodu

refactor: Old GitHub Actions removed

Vaclav Elias 2 gadi atpakaļ
vecāks
revīzija
b7557c1ef4

+ 0 - 52
.github/workflows/github-pages.yml

@@ -1,52 +0,0 @@
-name: Build Stride Docs - Staging - GitHub
-on:
-  # push:
-  #   branches:
-  #     - main
-  #   paths-ignore:
-  #     - 'README.md'
-  #     - 'BuildDocs.ps1'
-  #     - 'wiki/**'
-  #     - '.github/**'
-  workflow_dispatch:
-
-jobs:
-  publish-docs:
-    runs-on: windows-2022
-    steps:
-    #- name: Display .NET Core information
-    #  run: dotnet --info
-
-    - name: Dotnet Setup
-      uses: actions/setup-dotnet@v3
-      with:
-        dotnet-version: 6.x
-
-    - name: Checkout Stride Docs
-      uses: actions/checkout@v3
-      with:
-        path: stride-docs
-
-    - name: Checkout Stride (note the LFS)
-      uses: actions/checkout@v3
-      with:
-        repository: stride3d/stride
-        token: ${{ secrets.GITHUB_TOKEN }}
-        path: stride
-        lfs: true
-
-    # - name: Copy global.json file
-    #   run: xcopy stride-docs\global.json . /Y
-
-    - run: dotnet tool update -g docfx
-#    - run: dotnet tool install -g docfx --version 2.65.1
-
-    - name: Build documentation
-      run: ./build-all.bat
-      working-directory: stride-docs
-
-    - name: Deploy
-      uses: peaceiris/actions-gh-pages@v3
-      with:
-        github_token: ${{ secrets.GITHUB_TOKEN }}
-        publish_dir: stride-docs/_site

+ 0 - 11
.github/workflows/main-folder-check.yml

@@ -1,11 +0,0 @@
-name: Paths check
-on:
-  workflow_dispatch:
-
-jobs:
-  publish-docs:
-    runs-on: windows-2022
-    steps:
-      - name: Check .NET Framework version
-        run: |
-          reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP" /s | findstr /i version

+ 0 - 2
Stride.Docs.sln

@@ -7,8 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stride.Docs", "Stride.Docs.
 EndProject
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{85103FBF-C9A6-4722-B36B-89A58F55C1DF}"
 	ProjectSection(SolutionItems) = preProject
-		.github\workflows\github-pages.yml = .github\workflows\github-pages.yml
-		.github\workflows\main-folder-check.yml = .github\workflows\main-folder-check.yml
 		.github\workflows\stride-docs-staging-azure.yml = .github\workflows\stride-docs-staging-azure.yml
 		.github\workflows\stride-docs-staging-fast-track-azure.yml = .github\workflows\stride-docs-staging-fast-track-azure.yml
 		.github\workflows\stride-docs-wiki.yml = .github\workflows\stride-docs-wiki.yml