diff options
author | Franck Cuny <franck@fcuny.net> | 2023-08-14 17:46:01 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-08-14 17:46:01 -0700 |
commit | 854f901db3e246946577008d60283b744aa22a2d (patch) | |
tree | 137c3f5fd5908ab5aceb3143d1172b06392b1889 | |
parent | deploy the site with GHA (diff) | |
download | fcuny.net-854f901db3e246946577008d60283b744aa22a2d.tar.gz |
changing permissions result in failure
-rw-r--r-- | .github/workflows/page.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/page.yml b/.github/workflows/page.yml index e3ce5f3..a0a28c6 100644 --- a/.github/workflows/page.yml +++ b/.github/workflows/page.yml @@ -22,9 +22,6 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - run: nix build .#site --print-build-logs - - run: | - chown -R `id -u`:`id -g` ./result - chmod -R a+rwx ./result - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: |