diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae37920..d68ff52 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: } } } - ' > _site/static/json/people.json + ' > _site/_data/people.json env: GITHUB_TOKEN: ${{ secrets.ORGANIZATION_READER }} diff --git a/.gitignore b/.gitignore index 799a95e..8870aa8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,3 @@ node_modules/ .vscode/ *git/ .env -src/static/json/people.json \ No newline at end of file diff --git a/README.md b/README.md index 407441d..2ee7588 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ TODO: Alpine, Tailwind stuff TODO: `build.yml` +Be advised that `src/_data/people.json` in your local respository is just an example file, that will be overwritten by the latest ResBazAZ teams on Github—so to update who is shown, and what teams are shown, you should edit the Github teams, not the JSON file. + ### Reconfiguring the site's infrastructure TODO: `.eleventy.js` diff --git a/src/_includes/partials/randomAvatars.html b/src/_includes/partials/randomAvatars.html index 0b3bee6..be67132 100644 --- a/src/_includes/partials/randomAvatars.html +++ b/src/_includes/partials/randomAvatars.html @@ -1,7 +1,9 @@