diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a45c917..6717bd2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - # Runs a single command using the runners shell + # Runs a single command using the runners shell - name: install docfx run: | dotnet tool install -g docfx @@ -41,4 +41,4 @@ jobs: - shell: pwsh run: | .\releaseDocs.ps1 "$GITHUB_ACTOR" "${{ secrets.GITHUB_TOKEN }}" - if: github.event_name != 'pull_request' + if: github.event_name != 'pull_request' \ No newline at end of file diff --git a/RWSTemplate/partials/navbar.tmpl.partial b/RWSTemplate/partials/navbar.tmpl.partial index 4f18a57..995c57a 100644 --- a/RWSTemplate/partials/navbar.tmpl.partial +++ b/RWSTemplate/partials/navbar.tmpl.partial @@ -14,7 +14,6 @@