Skip to content

Commit

Permalink
CI attempt 30
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-Usmani committed Jul 4, 2024
1 parent 154bcf3 commit 2f6f225
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/github-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ name: Github CI
on: [push]
jobs:

Publish_documentation:
runs-on: ubuntu-latest
env:
CONFIG_FILE: mkdocs.yml
steps:
- run: pip install mkdocs
- run: ls
# Publish_documentation:
# # runs-on: ubuntu-latest
# # env:
# CONFIG_FILE: mkdocs.yml
# steps:
# - run: pip install mkdocs
# - run: ls
# - working-directory: ./docs
# run: mkdocs gh-deploy

# Testing:
# runs-on: windows-latest
# steps:
# - run: pip install pytest
# - run: pytest /tests
Testing:
runs-on: ubntu-latest
steps:
- run: pip install pytest
- run: pytest /tests

0 comments on commit 2f6f225

Please sign in to comment.