Skip to content

Commit

Permalink
ammend fixes- get gemfiles and config back to the python clients dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Rosenberg committed Oct 8, 2023
1 parent 301fbeb commit 9bc65ad
Show file tree
Hide file tree
Showing 7 changed files with 565 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/python-api-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 /
Expand Down
2 changes: 2 additions & 0 deletions clients/python-legacy/Gemfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

263 changes: 263 additions & 0 deletions clients/python-legacy/Gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions clients/python-legacy/_config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions clients/python/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
Loading

0 comments on commit 9bc65ad

Please sign in to comment.