-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
GEM=pagy | ||
VERSION=5.10.1 | ||
VERSION=6.0.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Pagy Chat Support | ||
url: https://gitter.im/ruby-pagy/Lobby | ||
- name: Pagy Q&A | ||
url: [Q&A Discussion](https://github.com/ddnexus/pagy/discussions/categories/q-a) | ||
about: Please ask and answer questions here | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# Pagy Support | ||
|
||
Please ask and answer questions in the [Pagy live support](https://gitter.im/ruby-pagy/Lobby). | ||
|
||
Use that channel also for feature requests and discussing your planned PRs. | ||
Please ask and answer questions in the [Q&A Discussion](https://github.com/ddnexus/pagy/discussions/categories/q-a). |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Publish Retype powered website to GitHub Pages | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- 'master' # run only for master | ||
|
||
jobs: | ||
publish: | ||
name: Publish to docs-site branch | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: retypeapp/action-build@v2 | ||
|
||
- uses: retypeapp/action-github-pages@v2 | ||
with: | ||
branch: docs-site | ||
update-branch: true |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,4 @@ node_modules/ | |
/pkg/ | ||
/tmp/ | ||
pnpm | ||
.pnpm-store | ||
.pnpm-debug.log |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.