Skip to content

Commit

Permalink
finalize documentation yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod committed Aug 9, 2023
1 parent c80a889 commit d44088e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Cargo Create Docs

on:
push:
branches: [nik-add-docs-in-CI]
branches: [main]
pull_request:
branches: [nik-add-docs-in-CI]
branches: [main]

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
git commit -m "Documentation"
shell: bash # Necessary for `shopt` to work
- run: git push -f origin gh-pages:gh-pages
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2 changes: 0 additions & 2 deletions doc_preparation.sh

This file was deleted.

0 comments on commit d44088e

Please sign in to comment.