We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5484f64 commit 6f31c82Copy full SHA for 6f31c82
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- ruby: [3.3.1] #removed 3.0.0
+ ruby: [3.3.0, 3.3.1] #removed 3.0.0
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v2
README.md
@@ -49,6 +49,10 @@ Configuration file: /Users/matt/code/tla/static/_config.yml
49
50
```
51
52
+
53
+If these steps do not work for you, you may also try doing this:
54
55
56
Visit whatever follows the server address line in your browser, which is usually [http://127.0.0.1:4000/](http://127.0.0.1:4000/).
57
58
If you run into any issues, please let us know on our [issues tracker](https://github.com/uclaacm/teach-la-website)!
0 commit comments