Skip to content

Commit f51a6f2

Browse files
committed
updating getting started
1 parent 1d119b5 commit f51a6f2

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

docs/getting-started.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# Overview
1+
# Setup
2+
* Fork this repo
3+
* Enable Github Actions:
4+
* Settings -> Actions -> Allow actions and reusable workflows
5+
* [Managing Permissions
6+
Documentation](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository)
27

3-
1. [Setup](#setup)
4-
2. [GitHub Actions Python Environment](#github-actions-python-environment-workflow)
5-
3. [Orcasound Spectrogram Visualization Workflow](#orcasound-spectrogram-visualization-workflow)
6-
4. [Exporting Results](#exporting-results)
7-
5. [Visualizing Results on a Webpage](#visualizing-results-on-a-webpage)
8-
6. [Scaling Workflows](#scaling-workflows)
98

109
All workflow configurations are stored in the [`.github/workflows`](https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/tree/main/.github/workflows) and will go through them in the following order:
1110

@@ -16,17 +15,6 @@ All workflow configurations are stored in the [`.github/workflows`](https://gith
1615
5. [`create_website.yml`](https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/create_website.yml)
1716
6. ...
1817

19-
20-
21-
22-
# Setup
23-
* Fork this repo
24-
* Enable Github Actions:
25-
* Settings -> Actions -> Allow actions and reusable workflows
26-
* [Managing Permissions Documentation](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#managing-github-actions-permissions-for-your-repository)
27-
28-
29-
3018

3119

3220

0 commit comments

Comments
 (0)