Skip to content

Commit

Permalink
adding workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz-clark committed Feb 6, 2024
1 parent 5a6074a commit 41c50aa
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 14 deletions.
74 changes: 74 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
on:
push:
branches: main

name: Render and Publish

# you need these permissions to publish to GitHub pages
# permissions:
# contents: write
# pages: write

jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
# To install LaTeX to build PDF book
tinytex: true
# uncomment below and fill to pin a version
# version: SPECIFIC-QUARTO-VERSION-HERE

# add software dependencies here and any libraries

# From https://github.com/actions/setup-python
#- name: Setup Python and Install Dependencies
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
#cache: 'pip'
#- run: pip install -r requirements.txt
- run: pip install jupyter numpy pandas scikit-learn plotly.express
#- run: pip install jupyter numpy pandas scikit-learn tabulate altair altair_viewer nbformat nbclient plotly.express
#- run: python my_script.py

# From https://github.com/r-lib/actions/tree/v2-branch/setup-r
# - name: Setup R
# uses: r-lib/actions/setup-r@v2

# From https://github.com/julia-actions/setup-julia
# - name: Setup Julia
# uses: julia-actions/setup-julia@v1

# See more at https://github.com/quarto-dev/quarto-actions/blob/main/examples/example-03-dependencies.md

# To publish to Netlify, RStudio Connect, or GitHub Pages, uncomment
# the appropriate block below

# - name: Publish to Netlify (and render)
# uses: quarto-dev/quarto-actions/publish@v2
# with:
# target: netlify
# NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

# - name: Publish to RStudio Connect (and render)
# uses: quarto-dev/quarto-actions/publish@v2
# with:
# target: connect
# CONNECT_SERVER: enter-the-server-url-here
# CONNECT_API_KEY: ${{ secrets.CONNECT_API_KEY }}

# NOTE: If Publishing to GitHub Pages, set the permissions correctly (see top of this yaml)
- 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

28 changes: 14 additions & 14 deletions _site/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,58 +2,58 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://byui-cse.github.io/byuids-portfolio/competition.html</loc>
<lastmod>2024-01-26T15:45:12.168Z</lastmod>
<lastmod>2024-02-06T22:40:59.271Z</lastmod>
</url>
<url>
<loc>https://byui-cse.github.io/byuids-portfolio/story_telling.html</loc>
<lastmod>2024-01-26T15:45:11.625Z</lastmod>
<lastmod>2024-02-06T22:40:58.720Z</lastmod>
</url>
<url>
<loc>https://byui-cse.github.io/byuids-portfolio/index.html</loc>
<lastmod>2024-01-26T15:45:11.084Z</lastmod>
<lastmod>2024-02-06T22:40:58.149Z</lastmod>
</url>
<url>
<loc>https://byui-cse.github.io/byuids-portfolio/Projects/project3.html</loc>
<lastmod>2024-01-26T15:45:07.747Z</lastmod>
<lastmod>2024-02-06T22:40:55.827Z</lastmod>
</url>
<url>
<loc>https://byui-cse.github.io/byuids-portfolio/Projects/project1.html</loc>
<lastmod>2024-01-26T15:44:47.619Z</lastmod>
<lastmod>2024-02-06T22:40:35.988Z</lastmod>
</url>
<url>
<loc>https://byui-cse.github.io/byuids-portfolio/Projects/project4.html</loc>
<lastmod>2024-01-26T15:44:25.855Z</lastmod>
<lastmod>2024-02-06T22:40:15.442Z</lastmod>
</url>
<url>
<loc>https://byui-cse.github.io/byuids-portfolio/resume.html</loc>
<lastmod>2024-01-26T15:43:24.369Z</lastmod>
<lastmod>2024-02-06T22:39:38.043Z</lastmod>
</url>
<url>
<loc>https://byui-cse.github.io/byuids-portfolio/exploration.html</loc>
<lastmod>2024-01-26T15:43:24.064Z</lastmod>
<lastmod>2024-02-06T22:39:37.722Z</lastmod>
</url>
<url>
<loc>https://byui-cse.github.io/byuids-portfolio/cleansing.html</loc>
<lastmod>2024-01-26T15:43:24.648Z</lastmod>
<lastmod>2024-02-06T22:39:38.354Z</lastmod>
</url>
<url>
<loc>https://byui-cse.github.io/byuids-portfolio/Projects/project5.html</loc>
<lastmod>2024-01-26T15:44:37.686Z</lastmod>
<lastmod>2024-02-06T22:40:25.825Z</lastmod>
</url>
<url>
<loc>https://byui-cse.github.io/byuids-portfolio/Projects/project2.html</loc>
<lastmod>2024-01-26T15:44:57.859Z</lastmod>
<lastmod>2024-02-06T22:40:45.871Z</lastmod>
</url>
<url>
<loc>https://byui-cse.github.io/byuids-portfolio/projects.html</loc>
<lastmod>2024-01-26T15:45:10.814Z</lastmod>
<lastmod>2024-02-06T22:40:57.857Z</lastmod>
</url>
<url>
<loc>https://byui-cse.github.io/byuids-portfolio/ml.html</loc>
<lastmod>2024-01-26T15:45:11.353Z</lastmod>
<lastmod>2024-02-06T22:40:58.428Z</lastmod>
</url>
<url>
<loc>https://byui-cse.github.io/byuids-portfolio/full_stack.html</loc>
<lastmod>2024-01-26T15:45:11.892Z</lastmod>
<lastmod>2024-02-06T22:40:58.988Z</lastmod>
</url>
</urlset>

0 comments on commit 41c50aa

Please sign in to comment.