diff --git a/.canvas b/.canvas deleted file mode 100644 index a2f73b5..0000000 --- a/.canvas +++ /dev/null @@ -1,10 +0,0 @@ ---- -:lessons: -- :id: 73666 - :course_id: 3280 - :canvas_url: https://learning.flatironschool.com/courses/3280/assignments/73666 - :type: assignment -- :id: 163360 - :course_id: 4430 - :canvas_url: https://learning.flatironschool.com/courses/4430/assignments/163360 - :type: assignment diff --git a/.github/workflows/canvas-sync-html.yml b/.github/workflows/canvas-sync-html.yml deleted file mode 100644 index a4e40c1..0000000 --- a/.github/workflows/canvas-sync-html.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Sync with Canvas HTML - -on: - push: - branches: [master, main] - paths: - - "README.md" - -jobs: - sync: - name: Sync with Canvas - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: 2.6 - - - name: Install github-to-canvas - run: gem install github-to-canvas - - # Secret stored in learn-co-curriculum Settings/Secrets - - name: Sync from .canvas file - run: github-to-canvas -a -lr --forkable --contains-html - env: - CANVAS_API_KEY: ${{ secrets.CANVAS_API_KEY }} - CANVAS_API_PATH: ${{ secrets.CANVAS_API_PATH }} \ No newline at end of file diff --git a/README.md b/README.md index 3658570..0beeb22 100644 --- a/README.md +++ b/README.md @@ -210,9 +210,9 @@ Canvas in order to submit your assignment. When all tests are passing, the next step is to upload your work. To do this, we need to complete three steps: -1. _staging_ the work so it's ready to save -2. _committing_ the work to actually save it -3. _pushing_ the work up to GitHub +1. _Stage_ the work so it's ready to save +2. _Commit_ the work to actually save it +3. _Push_ the work up to GitHub **Step 1** To stage the work, type the following, then press ``: @@ -221,7 +221,7 @@ $ git add . ``` By typing this command, you're indicating that any work you've done (i.e., all -changes you've amde to any of the files in your local copy of an assignment) +changes you've made to any of the files in your local copy of an assignment) should be saved in the next step. **Step 2**: To actually _save_ the changes, we run the following, then press @@ -276,13 +276,14 @@ you get all the tests passing. Let's do that now: 3. Paste in your repository's GitHub URL in the box labeled "Website URL". 4. Go back to your terminal, select the entire token and copy it (using ctrl-C - or cmd-C), then paste it in the "Comments" box in Canvas. It should look - something like this: - -![submit repo url and token](https://curriculum-content.s3.amazonaws.com/phase-0/enterprise/configuring-the-learn-lab-gem/submit-assignment.png) + or cmd-C), then paste it in the "Comments" box in Canvas. 5. Click **Submit Assignment**. +The form you're submitting should look something like this: + +![submit repo url and token](https://curriculum-content.s3.amazonaws.com/phase-0/enterprise/configuring-the-learn-lab-gem/submit-assignment.png) + Canvas will indicate a successful submission and refresh the page. In the Modules view of your course, you should now see a checkmark next to the assignment, indicating a successful submission.