Skip to content

Commit

Permalink
Update deploy_to_github_io.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercchase authored Jun 6, 2024
1 parent 3a63f6c commit 68b926b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_to_github_io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
path: Discovery-MkDocs
path: Discovery-MkDocs-Test
- uses: actions/setup-python@v4
with:
path: Discovery-MkDocs
path: Discovery-MkDocs-Test
- name: Setup Python
env:
PHRASE_DISCOVERY_ACCESS_TOKEN: ${{ secrets.PHRASE_DISCOVERY_ACCESS_TOKEN }}
run: |
cd Discovery-MkDocs
cd Discovery-MkDocs-Test
echo $PWD
ls -l
python -m venv ./venv
Expand All @@ -40,7 +40,7 @@ jobs:
shell: bash -l {0}
run: |
echo $PWD
cd Discovery-MkDocs
cd Discovery-MkDocs-Test
echo "mkdocs gh-deploy"
python -m venv ./venv
source ./venv/bin/activate
Expand Down

0 comments on commit 68b926b

Please sign in to comment.