Skip to content

Commit

Permalink
arrange
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenngocbinh committed Sep 28, 2023
1 parent f0a2dee commit 48777e7
Show file tree
Hide file tree
Showing 88 changed files with 8,397 additions and 3,437 deletions.
43 changes: 43 additions & 0 deletions .github/workflows/quarto-publish.yml
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
21 changes: 0 additions & 21 deletions 01-Introduction/LICENSE

This file was deleted.

887 changes: 0 additions & 887 deletions 05-Regression/03-Scipts/Survival-Analysis-Basics.html

This file was deleted.

This file was deleted.

This file was deleted.

File renamed without changes.
921 changes: 0 additions & 921 deletions 06-Timeseries/Multiple_Time_Series_Forecast.html

This file was deleted.

479 changes: 0 additions & 479 deletions 06-Timeseries/STL_decomposition.html

This file was deleted.

356 changes: 0 additions & 356 deletions 06-Timeseries/holt-winters.html

This file was deleted.

This file was deleted.

This file was deleted.

Binary file removed 10-Publication/1. Slides/css/blogo.jpg
Binary file not shown.
Binary file removed 10-Publication/1. Slides/css/blogo.png
Binary file not shown.
Loading

0 comments on commit 48777e7

Please sign in to comment.