Skip to content

Commit

Permalink
Formatting changes. Action version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tssmith7 committed Oct 2, 2024
1 parent 3c34b8b commit 42c8b7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/asciidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/configure-pages@v3
- uses: ruby/setup-ruby@v1
with:
Expand All @@ -41,7 +41,7 @@ jobs:
run: jekyll build -V

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact

# Deployment job
deploy:
Expand All @@ -53,4 +53,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: 4698 Raider Robotics Team Guide
# uncomment baseurl if you want to publish the site to a subfolder
baseurl: /TeamGuide
# baseurl: /TeamGuide
description: The Raider Robotics Team Guide has resources to help newer team members learn the skills they need for FRC robotics.
exclude:
- README.adoc
Expand Down
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<nav class="top-bar" data-topbar role="navigation">
<ul class="title-area">
<li class="name">
<h1><a href="{{page.root}}">{{site.title}}</a></h1>
<h1><a href="{{site.baseurl}}/">{{site.title}}</a></h1>
</li>
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
Expand Down Expand Up @@ -72,7 +72,7 @@ <h1><a href="{{page.root}}">{{site.title}}</a></h1>
<hr>
<div class="row">
<div class="small-3 columns">
<a href="{{page.root}}">Home</a>
<p><a href="{{site.baseurl}}/">Home</a> </p>
</div>
<div class="small-4 columns">
<p><a href="https://frc4698.weebly.com/" target="_blank">Weebly Page</a> </p>
Expand Down

0 comments on commit 42c8b7a

Please sign in to comment.