restore-colemakdh #1

Open
dave wants to merge 41 commits from restore-colemakdh into main
Showing only changes of commit bb10445f71 - Show all commits

View File

@@ -7,7 +7,7 @@ jobs:
image: ubuntu
steps:
- name: Install packages
run: sudo apt-get update && sudo apt-get install -y nodejs git python3
run: apt-get update && apt-get install -y nodejs git python3
- name: Check out repository code
uses: actions/checkout@v4
- name: Clone supercharge docs repository