Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
lumenwrites committed May 17, 2023
1 parent 13179c7 commit f48d2bc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions course-content
1 change: 0 additions & 1 deletion godot-node-essentials

This file was deleted.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import matter from 'gray-matter'
import { copyFiles, readText, saveText, ensureDirExists, readJson, saveJson } from './utils'
import { zip } from 'zip-a-folder'

const WORKING_DIR = process.cwd() // + '/godot-node-essentials' // + `/learn-to-code-from-zero-test`
const WORKING_DIR = process.cwd() // + '/course-content' // + '/godot-node-essentials' // + `/learn-to-code-from-zero-test`
const CONTENT_DIR = `${WORKING_DIR}/content-gdschool`
const OUTPUT_DIR = `${WORKING_DIR}/content-gdschool-processed`
const RELEASES_DIR = `${WORKING_DIR}/content-gdschool-releases`
Expand Down
2 changes: 1 addition & 1 deletion workflows/release-course.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo apt-get install jq
- name: Download and extract compiled script
run: |
LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/lumenwrites/process-course/releases/latest" | jq -r .assets[].browser_download_url | grep "process-course-linux")
LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/GDQuest/process-course/releases/latest" | jq -r .assets[].browser_download_url | grep "process-course-linux")
wget $LATEST_RELEASE -O process-course
chmod +x process-course
Expand Down

0 comments on commit f48d2bc

Please sign in to comment.