Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16'

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.npm
key: node-${{ hashFiles('package-lock.json') }}
Expand All @@ -36,7 +36,7 @@ jobs:
- run: npm run test

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./dist

Expand All @@ -54,4 +54,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
1 change: 0 additions & 1 deletion .spelling
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
Smallpeice
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
Smallpeice Rules
================
# Computing, Electronics and Robotics Rules

`master` is the latest version.

See `releases` or `tags` for individual years.

Requirements
------------
## Requirements

- `npm`

How to build
------------
## How to build

- Clone.
- `npm ci`
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "smallpeice-rules",
"name": "cer-rules",
"version": "1.0.0",
"description": "Smallpeice Rules",
"description": "Rules",
"private": true,
"scripts": {
"build": "vite build",
Expand All @@ -11,13 +11,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/sourcebots/smallpeice-rules.git"
"url": "git+https://github.com/roboticsoutreach/cer-rules.git"
},
"author": "",
"bugs": {
"url": "https://github.com/sourcebots/smallpeice-rules/issues"
"url": "https://github.com/roboticsoutreach/cer-rules/issues"
},
"homepage": "https://github.com/sourcebots/smallpeice-rules#readme",
"homepage": "https://github.com/roboticsoutreach/cer-rules#readme",
"dependencies": {
"normalize.css": "^8.0.1",
"sass": "^1.62.0",
Expand Down
1 change: 0 additions & 1 deletion sourcebots-art
Submodule sourcebots-art deleted from a7d9f8
Binary file removed src/afe-logo.png
Binary file not shown.
62 changes: 41 additions & 21 deletions src/fig-arena.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading