Skip to content

Commit

Permalink
.github directory now uses 7
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Jan 31, 2025
1 parent 77eb1d3 commit 0961c41
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
See our [contributing guidelines](https://6.docs.plone.org/contributing/index.html).
See our [contributing guidelines](https://7.docs.plone.org/contributing/index.html).
2 changes: 1 addition & 1 deletion .github/boring-cyborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ firstPRWelcomeComment: >
<br>If you haven't done so already, read
[Plone's Code of Conduct](https://plone.org/foundation/about/materials/foundation-resolutions/code-of-conduct)
and [Contribute to documentation](https://6.docs.plone.org/contributing/documentation/index.html),
and [Contribute to documentation](https://7.docs.plone.org/contributing/documentation/index.html),
as this will greatly help the review process.
<br>Welcome to the Plone community! :tada:
Expand Down
10 changes: 5 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## First-time contributors

You **must** read and follow our [First-time contributors](https://6.docs.plone.org/contributing/first-time.html).
You **must** read and follow our [First-time contributors](https://7.docs.plone.org/contributing/first-time.html).

---

Expand All @@ -10,10 +10,10 @@ Thank you for your contribution to the Plone Documentation.

Before submitting this pull request, please make sure you follow our guides:

- [Contributing to Plone documentation](https://6.docs.plone.org/contributing/index.html)
- [Building and checking the quality of documentation](https://6.docs.plone.org/contributing/setup-build.html)
- [Authors guide](https://6.docs.plone.org/contributing/authors.html)
- [MyST reference](https://6.docs.plone.org/contributing/myst-reference.html)
- [Contributing to Plone documentation](https://7.docs.plone.org/contributing/index.html)
- [Building and checking the quality of documentation](https://7.docs.plone.org/contributing/setup-build.html)
- [Authors guide](https://7.docs.plone.org/contributing/authors.html)
- [MyST reference](https://7.docs.plone.org/contributing/myst-reference.html)

## Issue number

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build and deploy Plone 6 documentation to 6.docs.plone.org
name: Build and deploy Plone 7 documentation to 7.docs.plone.org

on:
push:
branches:
- "6.0"
- "7"

env:
node-version: 20.x
Expand All @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: docs.plone.org
url: https://docs.plone.org
url: https://7.docs.plone.org
steps:
- uses: actions/checkout@v4
- name: Setup Graphviz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rtd-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "plone6"
project-slug: "plone7"
single-version: "true"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Plone 6 documentation
name: Test Plone 7 documentation

on: [push, pull_request]
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_submodule.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See https://github.com/plone/documentation/issues/1214 for current status
name: Get latest version of submodules and push back to 6.0 branch
name: Get latest version of submodules and push back to 7 branch

on:
workflow_dispatch:
Expand All @@ -11,7 +11,7 @@ jobs:
# Checkout
- uses: actions/checkout@v3
with:
ref: 6.0
ref: 7
submodules: true

- name: Submodule update
Expand Down

0 comments on commit 0961c41

Please sign in to comment.