Skip to content

Commit

Permalink
merge fixups
Browse files Browse the repository at this point in the history
- fix bad rebase on doc_page.rb
- remove redundant github action for running tests
  • Loading branch information
pcai committed Nov 3, 2023
1 parent 4fbb1ad commit 3f17f5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/ruby.yml

This file was deleted.

4 changes: 0 additions & 4 deletions lib/doc_page.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ def file_name
end

def git_url
<<<<<<< HEAD
"https://github.com/railsbridge/docs/blob/master/sites/#{site.name}/#{file_name}"
=======
"https://github.com/railsbridge-boston/docs/blob/master/sites/#{@locale}/#{site.name}/#{file_name}"
>>>>>>> 737f14f (boston chapter specific tweaks to codebase)
end

def src_url
Expand Down

0 comments on commit 3f17f5f

Please sign in to comment.