-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ammend fixes- get gemfiles and config back to the python clients dirs
- Loading branch information
1 parent
301fbeb
commit 9bc65ad
Showing
7 changed files
with
565 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ jobs: | |
- name: Setup Ruby | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
working-directory: clients/python-legacy | ||
working-directory: clients | ||
ruby-version: '2.7' | ||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically | ||
|
||
|
@@ -80,13 +80,6 @@ jobs: | |
user_email: '[email protected]' | ||
user_name: 'python-docs-action' | ||
|
||
# - name: Setup Ruby | ||
# uses: ruby/setup-ruby@v1 | ||
# with: | ||
# working-directory: clients/python | ||
# ruby-version: '2.7' | ||
# bundler-cache: true # runs 'bundle install' and caches installed gems automatically | ||
|
||
# - name: Build release as latest | ||
# working-directory: clients/python | ||
# run: bundle exec jekyll build -d _site -b / | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
source 'https://rubygems.org' | ||
gem 'github-pages', group: :jekyll_plugins |
Oops, something went wrong.