Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[improve](web): merge _staging into main #104

Merged
merged 34 commits into from
Nov 24, 2024
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
448357b
build(deps): bump actions/upload-pages-artifact from 2.0.0 to 3.0.0
dependabot[bot] Dec 25, 2023
0709940
build(deps): bump actions/deploy-pages from 3.0.1 to 4.0.2
dependabot[bot] Dec 25, 2023
d26f551
Merge pull request #82 from RalphHightower/dependabot/github_actions/…
RalphHightower Dec 26, 2023
aed1b1e
Merge pull request #81 from RalphHightower/dependabot/github_actions/…
RalphHightower Dec 26, 2023
d9a1148
build(deps): bump actions/upload-pages-artifact from 3.0.0 to 3.0.1
dependabot[bot] Feb 12, 2024
ee2ea31
build(deps): bump actions/jekyll-build-pages from 1.0.9 to 1.0.10
dependabot[bot] Feb 12, 2024
831f6dc
build(deps): bump actions/deploy-pages from 4.0.2 to 4.0.4
dependabot[bot] Feb 12, 2024
51524fb
Merge pull request #86 from RalphHightower/dependabot/github_actions/…
RalphHightower Feb 14, 2024
12e1ae3
Merge pull request #85 from RalphHightower/dependabot/github_actions/…
RalphHightower Feb 14, 2024
031c6b0
Merge pull request #84 from RalphHightower/dependabot/github_actions/…
RalphHightower Feb 14, 2024
6a3e18a
build(deps): bump actions/jekyll-build-pages from 1.0.10 to 1.0.12
dependabot[bot] Feb 19, 2024
f5a4cbf
build(deps): bump actions/deploy-pages from 4.0.4 to 4.0.5
dependabot[bot] Mar 18, 2024
5348148
build(deps): bump actions/checkout from 4.1.1 to 4.1.2
dependabot[bot] Mar 18, 2024
726eebf
Merge pull request #89 from RalphHightower/dependabot/github_actions/…
RalphHightower Mar 18, 2024
972eadf
Merge pull request #87 from RalphHightower/dependabot/github_actions/…
RalphHightower Mar 18, 2024
a9b0558
Merge pull request #88 from RalphHightower/dependabot/github_actions/…
RalphHightower Mar 18, 2024
b725074
build(deps): bump actions/configure-pages from 4.0.0 to 5.0.0
dependabot[bot] Apr 1, 2024
642d561
Merge pull request #90 from RalphHightower/dependabot/github_actions/…
RalphHightower Apr 5, 2024
cd4c028
build(deps): bump actions/checkout from 4.1.2 to 4.1.3
dependabot[bot] Apr 22, 2024
44c3e0b
Merge pull request #91 from RalphHightower/dependabot/github_actions/…
RalphHightower Apr 22, 2024
dcbf617
build(deps): bump actions/checkout from 4.1.3 to 4.1.4
dependabot[bot] Apr 29, 2024
67a22c6
Merge pull request #92 from RalphHightower/dependabot/github_actions/…
RalphHightower Apr 29, 2024
013e5ee
build(deps): bump actions/checkout from 4.1.4 to 4.1.5
dependabot[bot] May 6, 2024
557b13e
Merge pull request #93 from RalphHightower/dependabot/github_actions/…
RalphHightower May 6, 2024
55a2b1a
---
dependabot[bot] May 20, 2024
5b06e16
Merge pull request #94 from RalphHightower/dependabot/github_actions/…
RalphHightower May 20, 2024
ddb89a6
build(deps): bump actions/checkout from 4.1.6 to 4.1.7
dependabot[bot] Jun 17, 2024
79de7ac
Merge pull request #95 from RalphHightower/dependabot/github_actions/…
RalphHightower Jul 5, 2024
814150b
build(deps): bump actions/jekyll-build-pages from 1.0.12 to 1.0.13
dependabot[bot] Aug 12, 2024
d5c817f
Merge pull request #96 from RalphHightower/dependabot/github_actions/…
RalphHightower Aug 12, 2024
7c3a8fa
build(deps): bump actions/checkout from 4.1.7 to 4.2.1
dependabot[bot] Oct 7, 2024
01db219
Merge pull request #98 from RalphHightower/dependabot/github_actions/…
RalphHightower Oct 8, 2024
ce40960
build(deps): bump actions/checkout from 4.2.1 to 4.2.2
dependabot[bot] Oct 28, 2024
89341af
Merge pull request #99 from RalphHightower/dependabot/github_actions/…
RalphHightower Oct 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.2
- name: Setup Pages
uses: actions/configure-pages@v4.0.0
uses: actions/configure-pages@v5.0.0
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1.0.9
uses: actions/jekyll-build-pages@v1.0.13
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2.0.0
uses: actions/upload-pages-artifact@v3.0.1

# Deployment job
deploy:
Expand All @@ -47,4 +47,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3.0.1
uses: actions/deploy-pages@v4.0.5
Loading