-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into struct-named-elements
- Loading branch information
Showing
81 changed files
with
3,290 additions
and
723 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 |
---|---|---|
|
@@ -49,7 +49,7 @@ env: | |
permissions: read-all | ||
|
||
jobs: | ||
documentation: | ||
build: | ||
runs-on: ubuntu-latest | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -99,34 +99,31 @@ jobs: | |
run: | | ||
task setup-python-tools | ||
- name: Setup Pages | ||
uses: actions/configure-pages@v5 | ||
|
||
- name: Build docs | ||
run: task build-website | ||
|
||
- name: upload docs | ||
if: ${{ github.event_name == 'pull_request' }} | ||
uses: actions/upload-artifact@v4 | ||
if: always() | ||
uses: actions/upload-pages-artifact@v3 | ||
with: | ||
name: docs | ||
path: docs | ||
|
||
- uses: webfactory/[email protected] | ||
env: | ||
DEPLOY_DOCS: ${{ secrets.DEPLOY_DOCS }} | ||
if: ${{ (github.event_name != 'pull_request') && (github.repository_owner == 'pola-rs') }} | ||
with: | ||
ssh-private-key: ${{ secrets.DEPLOY_DOCS }} | ||
|
||
# https://www.mkdocs.org/user-guide/deploying-your-docs/ | ||
- name: Build site and deploy to GitHub pages | ||
env: | ||
DEPLOY_DOCS: ${{ secrets.DEPLOY_DOCS }} | ||
if: ${{ (github.event_name != 'pull_request') && (github.repository_owner == 'pola-rs') }} | ||
uses: JamesIves/github-pages-deploy-action@v4 | ||
with: | ||
clean: true | ||
branch: main | ||
folder: docs | ||
repository-name: rpolars/rpolars.github.io | ||
ssh-key: true | ||
clean-exclude: | | ||
.nojekyll | ||
deploy: | ||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
environment: | ||
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} | ||
runs-on: ubuntu-latest | ||
needs: build | ||
if: ${{ (github.event_name != 'pull_request') }} | ||
steps: | ||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
if: ${{ (github.event_name != 'pull_request') }} | ||
uses: actions/deploy-pages@v4 |
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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
https://megalinter.io/configuration/ | ||
https://r-lib.github.io/p/pak/stable/%s/%s/%s | ||
https://megalinter.io/flavors/ | ||
https://rpolars.github.io/vignettes | ||
https://rpolars.github.io/man | ||
https://pola-rs.github.io/r-polars/vignettes | ||
https://pola-rs.github.io/r-polars/man |
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
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
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
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
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
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
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
Oops, something went wrong.