-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0a2dee
commit 48777e7
Showing
88 changed files
with
8,397 additions
and
3,437 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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
on: | ||
push: | ||
branches: main | ||
|
||
name: Render and Publish | ||
|
||
jobs: | ||
build-deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Quarto | ||
uses: quarto-dev/quarto-actions/setup@v2 | ||
with: | ||
tinytex: true | ||
# Uncomment below and fill to pin a version | ||
# version: 0.9.600 | ||
|
||
# Set up Python | ||
- name: Set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.x' # or specify a specific version like '3.8' | ||
|
||
# Add your Python dependencies installation here if needed | ||
- name: Install Python dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
# Add any other dependencies you need, for example: | ||
pip install jupyter numpy scipy | ||
# If you need to run a Python script before rendering the Quarto file | ||
#- name: Run Python Script | ||
# run: python path_to_your_script.py | ||
|
||
- name: Publish to GitHub Pages (and render) | ||
uses: quarto-dev/quarto-actions/publish@v2 | ||
with: | ||
target: gh-pages | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This secret is always available for GitHub actions |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...n/03-Scipts/rsconnect/documents/Survival Analysis Basics.Rmd/rpubs.com/rpubs/Document.dcf
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...pts/rsconnect/documents/Survival Analysis Basics.Rmd/rpubs.com/rpubs/Publish Document.dcf
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...series/rsconnect/documents/Multiple_Time_Series_Forecast.Rmd/rpubs.com/rpubs/Document.dcf
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
06-Timeseries/rsconnect/documents/STL_decomposition.Rmd/rpubs.com/rpubs/Document.dcf
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.